1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

NEWS: move eval-string news out of hashing entry

cf. 0ffa802be2
This commit is contained in:
Rob Browning 2024-04-13 14:31:03 -05:00
parent db7efa5d20
commit e6587c14dd

2
NEWS
View file

@ -53,9 +53,9 @@ This speeds up copying large files a lot while saving the disk space.
** 'ftw' now correctly deals with directory permissions
(<https://bugs.gnu.org/55344>)
** 'make-custom-port' now honors its #:conversion-strategy argument
** 'eval-string' respects #:column (previously it was set to the #:line)
** Hashing of UTF-8 symbols with non-ASCII characters avoids corruption
(<https://bugs.gnu.org/56413>)
** 'eval-string' respects #:column (previously it was set to the #:line)
This issue could cause `scm_from_utf8_symbol' and
`scm_from_utf8_symboln` to incorrectly conclude that the symbol hadn't