~ chicken-core (chicken-5) 8cf7ef27685e38823e682c6528cf2ea1f6b9034d
commit 8cf7ef27685e38823e682c6528cf2ea1f6b9034d
Author: Peter Bex <peter@more-magic.net>
AuthorDate: Thu Apr 15 16:38:38 2021 +0200
Commit: Peter Bex <peter@more-magic.net>
CommitDate: Thu Apr 15 16:38:38 2021 +0200
Add fix for #1713 to NEWS
diff --git a/NEWS b/NEWS
index 1cf4b196..aafc2dd5 100644
--- a/NEWS
+++ b/NEWS
@@ -56,6 +56,8 @@
- Tools
- Fixed a bug in chicken-install (#1744) that would cause
`Error: (string->number) bad argument type: #!eof` in some cases.
+ - If chicken-install has a program prefix/suffix, it now writes to a
+ cache directory matching its program name (#1713, thanks to Alice Maz)
5.2.0
Trap