diff --git a/doc/Attic/history.html b/doc/Attic/history.html
index c29459d6..803e428a 100644
--- a/doc/Attic/history.html
+++ b/doc/Attic/history.html
@@ -67,7 +67,11 @@
Fixed strange bug with non-greedy repeats inside forward lookahead assertions.
- Enabled negated character classes inside character sets.
+ Enabled negated character classes inside character sets.
+
+ Fixed regression so that [a-z-] is a valid expression again.
+
+ Fixed bug that allowed some invalid expressions to be accepted.
Boost 1.33.0.
-
@@ -149,7 +153,7 @@
Revised
-
+
28 June 2004
© Copyright John Maddock 1998-
diff --git a/doc/history.html b/doc/history.html
index c29459d6..803e428a 100644
--- a/doc/history.html
+++ b/doc/history.html
@@ -67,7 +67,11 @@
-
Fixed strange bug with non-greedy repeats inside forward lookahead assertions.
-
- Enabled negated character classes inside character sets.
+ Enabled negated character classes inside character sets.
+
+ Fixed regression so that [a-z-] is a valid expression again.
+
+ Fixed bug that allowed some invalid expressions to be accepted.
Boost 1.33.0.