aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index aad3e574..da767867 100644
--- a/NEWS
+++ b/NEWS
@@ -60,6 +60,16 @@ Changes from 4.1.x to 4.2.0
array element is an array, regexp, string or number. The isarray()
function is deprecated in favor of typeof().
+Changes from 4.1.2 to 4.1.3
+---------------------------
+
+1. Regexp parsing with extra brackets should now be working again. There
+ are several new tests to keep this stuff on track.
+
+2. Updated to latest config.guess and config.sub.
+
+XX. A number of bugs have been fixed. See the ChangeLog.
+
Changes from 4.1.1 to 4.1.2
---------------------------