From 9430287d15a5c3dd7de9c1b205c6c034c82f35a1 Mon Sep 17 00:00:00 2001 From: Aliaksey Kandratsenka Date: Mon, 1 Jan 2024 12:38:26 -0500 Subject: [PATCH] few editorial fixes to NEWS for 2.14 release --- NEWS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index 58325e5..88f04cb 100644 --- a/NEWS +++ b/NEWS @@ -27,15 +27,15 @@ This release has the following set of notable changes: * Julian Schroeder have fixed generic_fp incompatibility with ARM pointer auth. -* Mateusz Jakub Fila has contributed mallocinfo2 function (64-bit - version of mallinfo). +* Mateusz Jakub Fila has contributed implementation of mallocinfo2 + function (64-bit version of mallinfo). * Lennox Ho has updated C malloc extension shims to include {Set,Get}MemoryReleaseRate. -* Lennox Ho has contributed to disable malloc functions patching on - windows when TCMALLOC_DISABLE_REPLACEMENT=1 environment variable is - set. +* Lennox Ho has contributed the ability to disable malloc functions + patching on windows when TCMALLOC_DISABLE_REPLACEMENT=1 environment + variable is set. * User poljak181 has contributed a fix to infinite recursion in some cases of malloc hooks (or user-replaced operator new) and