diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -44,5 +44,8 @@ Changes from 4.2.1 to 5.0.0 gawk -e 'BEGIN {' -e 'print "hello" }' -12. A number of bugs, some of them quite significant, have been fixed. +12. Gawk now uses the locale settings for ignoring case in single byte + locales, instead of hardwiring in Latin-1. + +13. A number of bugs, some of them quite significant, have been fixed. See the ChangeLog for details. |