diff options
author | Rob Browning <rlb@defaultvalue.org> | 2024-08-03 14:23:59 -0500 |
---|---|---|
committer | Rob Browning <rlb@defaultvalue.org> | 2024-08-03 14:25:10 -0500 |
commit | b6125a0def326c08bd0f2c4d03988a6d0c1b7a2b (patch) | |
tree | 215e3d3fe1a6b395746568ac3bf3014c4b4c238f | |
parent | bce91cebedda016b479972655c680acc6706e539 (diff) | |
download | guile-b6125a0def326c08bd0f2c4d03988a6d0c1b7a2b.tar.gz |
NEWS: add some missing 3.0.11 entries
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -5,6 +5,21 @@ See the end for copying conditions. Please send Guile bug reports to bug-guile@gnu.org. +Changes in 3.0.11 (since 3.0.10) + +* Notable changes + +** R7RS `cond-expand` now supports `else` (<https://debbugs.gnu.org/71304>) + +* Changes to the distribution + +* Bug fixes + +** test-hashing should now work on 32-bit systems +** GUILE-VERSION changes should propagate to .version and relevant Makefiles + (<https://debbugs.gnu.org/72084>) + + Changes in 3.0.10 (since 3.0.9) * Notable changes |