From a0e41a0fd194eb2bd92d44beeb94048f58304e39 Mon Sep 17 00:00:00 2001 From: John Maddock Date: Tue, 8 Nov 2005 11:36:52 +0000 Subject: [PATCH] Update to reflect recent changes. [SVN r31597] --- doc/Attic/history.html | 8 ++++++-- doc/history.html | 8 ++++++-- 2 files changed, 12 insertions(+), 4 deletions(-) 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.

    + 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.