diff --git a/doc/history.qbk b/doc/history.qbk index 168fdf2a..f83aef93 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -15,6 +15,10 @@ Currently open issues can be viewed [@https://svn.boost.org/trac/boost/query?sta All issues including closed ones can be viewed [@https://svn.boost.org/trac/boost/query?status=assigned&status=closed&status=new&status=reopened&component=regex&order=priority&col=id&col=summary&col=status&col=type&col=milestone&col=component here]. +[h4 Boost-1.50] + +Fixed issue with `(?!)` not being a valid expression, and updated docs on what constitutes a valid conditional expression. + [h4 Boost-1.48] Fixed issues: diff --git a/doc/html/boost_regex/background_information.html b/doc/html/boost_regex/background_information.html index ccd9ff3a..1b0b2063 100644 --- a/doc/html/boost_regex/background_information.html +++ b/doc/html/boost_regex/background_information.html @@ -22,7 +22,7 @@
-
+ Fixed issue with (?!)
not being
+ a valid expression, and updated docs on what constitutes a valid conditional
+ expression.
+
@@ -46,7 +55,7 @@ #5736.
@@ -58,7 +67,7 @@ #5504.
@@ -76,7 +85,7 @@ #3890