Update history, regenerate docs.

[CI SKIP]
This commit is contained in:
jzmaddock
2022-03-08 11:26:11 +00:00
parent 66a98ce786
commit 86126cc09d
92 changed files with 141 additions and 128 deletions

View File

@ -14,6 +14,10 @@ Currently open issues can be viewed [@https://github.com/boostorg/regex/issues?q
All issues including closed ones can be viewed [@https://github.com/boostorg/regex/issues?q=is%3Aissue+is%3Aclosed here].
[h4 Boost.Regex-7.0.1 (boost-1.79.0)]
* Minor fix for setting building with -DBOOST_REGEX_MAX_CACHE_BLOCKS=0 and `<atomic>` present.
[h4 Boost.Regex-7.0.0 (Boost-1.78.0)]
* [*Breaking Change:] Change \B to be the opposite of \b as per Perl behaviour.