diff --git a/doc/Attic/history.html b/doc/Attic/history.html
index c29459d6..cea3d141 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.
-
diff --git a/doc/history.html b/doc/history.html
index c29459d6..cea3d141 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.