~ chicken-core (chicken-5) acfc7e70f6f5b54eae5fb44b591ffa7169701777
commit acfc7e70f6f5b54eae5fb44b591ffa7169701777
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Sat Jun 29 14:19:10 2019 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Sat Jun 29 14:19:10 2019 +0200
Add fix for #1624 to NEWS
diff --git a/NEWS b/NEWS
index aa5f1d14..9fc97a67 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+5.1.1
+
+- Compiler
+ - Fixed a bug in lfa2 pass which caused "if" or "cond" nodes to be
+ incorrectly unboxed if the "else" branch had a flonum result type
+ (#1624, thanks to Sven Hartrumpf)
+
5.1.0
- Core libraries
Trap