From 2fd69f19648213459e605f9eb41f24a61d78d60b Mon Sep 17 00:00:00 2001 From: "Tarn W. Burton" Date: Thu, 22 Aug 2024 06:32:20 -0400 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 9df8cfea54..c538d8fd28 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -4,6 +4,10 @@ * Package lock support, based on SBCL's. Currently ignores local bindings. Thanks @bumblingbats. +## Changed +* Floating point exceptions FE_INVALID, FE_OVERFLOW and FE_DIVBYZERO + now signal the corresponding lisp errors by default. + ## Fixed * Pathnames and filesystem operations support Unicode (#1595). * Package names support Unicode (#1596).