diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-06-21 15:11:43 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-06-21 15:11:43 +0200 |
commit | 3523ad1326b0f374e82d6b5428997e3a38fd821d (patch) | |
tree | 131006cdb8b0bf9d7744610731b92b86401a1594 | |
parent | 7e814190e32ae9dc0b230a23f3b35f70030fc4d6 (diff) | |
download | guile-3523ad1326b0f374e82d6b5428997e3a38fd821d.tar.gz |
Update NEWS.
* NEWS: Update.
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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>) |