rlb pushed a commit to branch main
in repository guile.

commit e6587c14dd2eee6983a0f0c5f2ca705850add07f
Author: Rob Browning <r...@defaultvalue.org>
AuthorDate: Sat Apr 13 14:31:03 2024 -0500

    NEWS: move eval-string news out of hashing entry
    
    cf. 0ffa802be2074f78732b56b0c0f4732260c28e80
---
 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 799b37069..aeb76aea7 100644
--- a/NEWS
+++ b/NEWS
@@ -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

Reply via email to