summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2022-02-06 20:18:19 +0100
committerAndy Wingo <wingo@pobox.com>2022-02-06 20:18:19 +0100
commit7e3470343ad9ef496d7f2f7b327b81cd4c729d36 (patch)
treed096f2a6ad8f9247adc6601f6875ec51cb72cd6b /NEWS
parent8e2e2ceb1745620bef318fc403b6dea2c590f318 (diff)
downloadguile-7e3470343ad9ef496d7f2f7b327b81cd4c729d36.tar.gz
NEWS fixup
* NEWS: Remove duplicate word.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index 93eac87b8..7b2225b22 100644
--- a/NEWS
+++ b/NEWS
@@ -58,11 +58,11 @@ drop. Though you could set an environment variable to go back to the
older, faster behavior, it wasn't the default.
In Guile 3.0.8 we fix this problem comprehensively by avoiding embedding
-GMP's mpz_t values in Guile bignums. Instead we embed the bignum bits
-digits directly, avoiding the need for finalizers or custom allocators.
-This removes the need for the GUILE_INSTALL_GMP_MEMORY_FUNCTIONS
-environment variable mentioned in the Guile 3.0.6 release notes. We
-also deprecate the scm_install_gmp_memory_functions variable.
+GMP's mpz_t values in Guile bignums. Instead we embed the bignum digits
+directly, avoiding the need for finalizers or custom allocators. This
+removes the need for the GUILE_INSTALL_GMP_MEMORY_FUNCTIONS environment
+variable mentioned in the Guile 3.0.6 release notes. We also deprecate
+the scm_install_gmp_memory_functions variable.
* New interfaces and functionality