1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-09 21:40:33 +02:00

Update NEWS.

* NEWS: Update.
This commit is contained in:
Ludovic Courtès 2020-06-21 15:11:43 +02:00
parent 7e814190e3
commit 3523ad1326

4
NEWS
View file

@ -92,6 +92,10 @@ These replace the wonky "bit-set*!" procedure.
Previously statprof would show strings like "anon #x1234" for primitives
written in C.
** JIT bugs on ARMv7 have been fixed
(<https://bugs.gnu.org/40737>,
<https://gitlab.com/wingo/lightening/-/issues/12>)
** 'http-get', 'http-post', etc. now honor #:verify-certificates?
(<https://bugs.gnu.org/40486>)