summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2020-06-21 15:11:43 +0200
committerLudovic Courtès <ludo@gnu.org>2020-06-21 15:11:43 +0200
commit3523ad1326b0f374e82d6b5428997e3a38fd821d (patch)
tree131006cdb8b0bf9d7744610731b92b86401a1594 /NEWS
parent7e814190e32ae9dc0b230a23f3b35f70030fc4d6 (diff)
downloadguile-3523ad1326b0f374e82d6b5428997e3a38fd821d.tar.gz
Update NEWS.
* NEWS: Update.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f489e3e98..591eb8bb9 100644
--- a/NEWS
+++ b/NEWS
@@ -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>)