~ chicken-core (chicken-5) 52c3025586ab0fbd74f5a1a8191e1350d4feb9b3
commit 52c3025586ab0fbd74f5a1a8191e1350d4feb9b3
Author: felix <felix@call-with-current-continuation.org>
AuthorDate: Sun Apr 29 00:40:03 2018 +0200
Commit: felix <felix@call-with-current-continuation.org>
CommitDate: Sun Apr 29 00:40:03 2018 +0200
Documented renaming of "-consult/emit-type-file" options
diff --git a/NEWS b/NEWS
index 835e20f1..7b323032 100644
--- a/NEWS
+++ b/NEWS
@@ -34,6 +34,8 @@
- The generated C output of the compiler is now deterministic: it
will be bit-for-bit identical when compiling the same Scheme file
with the same version of the compiler.
+ - the "-consult-type-file" and "-emit-type-file" options have been renamed
+ to "-consult-types-file" and "-emit-types-file", respectively.
- Tools
- The new "-link" option to csc allows linking with objects from extensions.
Trap