diff --git a/doc/history.qbk b/doc/history.qbk
index fb307aef..8cc3b691 100644
--- a/doc/history.qbk
+++ b/doc/history.qbk
@@ -14,6 +14,11 @@ 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-8.0.0 (Boost-1.86.0)]
+
+* BREAKING CHANGE: deprecated C++03 support has now been removed.
+* Fixed some low-impact security issues: [@https://github.com/boostorg/regex/pull/204 204].
+
[h4 Boost.Regex-7.0.1 (boost-1.79.0)]
* Minor fix for setting building with -DBOOST_REGEX_MAX_CACHE_BLOCKS=0 and `` present.
diff --git a/doc/html/boost_regex/background.html b/doc/html/boost_regex/background.html
index 033a8755..e0b08543 100644
--- a/doc/html/boost_regex/background.html
+++ b/doc/html/boost_regex/background.html
@@ -37,27 +37,28 @@
FAQ
Performance
-Testing
- simple leftmost-longest matches (platform = linux, compiler = GNU C++ version
- 6.3.0)
-Testing
- Perl searches (platform = linux, compiler = GNU C++ version 6.3.0)
-Testing
- simple leftmost-longest matches (platform = Windows x64, compiler = Microsoft
- Visual C++ version 14.1)
-Testing
+Testing
leftmost-longest searches (platform = Windows x64, compiler = Microsoft Visual
- C++ version 14.1)
-Testing
- simple Perl matches (platform = linux, compiler = GNU C++ version 6.3.0)
-Testing
+ C++ version 14.3)
+Testing
+ simple leftmost-longest matches (platform = Windows x64, compiler = GNU C++
+ version 11.4.0)
+Testing
Perl searches (platform = Windows x64, compiler = Microsoft Visual C++ version
- 14.1)
-Testing
+ 14.3)
+Testing
simple Perl matches (platform = Windows x64, compiler = Microsoft Visual
- C++ version 14.1)
-Testing
- leftmost-longest searches (platform = linux, compiler = GNU C++ version 6.3.0)
+ C++ version 14.3)
+Testing
+ Perl searches (platform = Windows x64, compiler = GNU C++ version 11.4.0)
+Testing
+ simple leftmost-longest matches (platform = Windows x64, compiler = Microsoft
+ Visual C++ version 14.3)
+Testing
+ leftmost-longest searches (platform = Windows x64, compiler = GNU C++ version
+ 11.4.0)
+Testing
+ simple Perl matches (platform = Windows x64, compiler = GNU C++ version 11.4.0)
Standards Conformance
Acknowledgements
diff --git a/doc/html/boost_regex/background/history.html b/doc/html/boost_regex/background/history.html
index 1d915956..1994c6bb 100644
--- a/doc/html/boost_regex/background/history.html
+++ b/doc/html/boost_regex/background/history.html
@@ -37,6 +37,19 @@
+
+
+ BREAKING CHANGE: deprecated C++03 support has now been removed.
+
+
+ Fixed some low-impact security issues: 204 .
+
+
+
@@ -45,7 +58,7 @@
and < atomic >
present.
@@ -65,7 +78,7 @@
@@ -78,7 +91,7 @@
@@ -86,7 +99,7 @@
Minor build fixes, see #89 .
@@ -100,7 +113,7 @@
@@ -121,7 +134,7 @@
@@ -129,7 +142,7 @@
Change to lockfree implementation of memory cache, see PR#23 .
@@ -152,7 +165,7 @@
@@ -185,7 +198,7 @@
@@ -218,14 +231,14 @@
Fixed issue #8569 .
@@ -233,7 +246,7 @@
#7644 .
@@ -243,7 +256,7 @@
#6346 .
@@ -252,7 +265,7 @@
expression.
@@ -262,7 +275,7 @@
#5736 .
@@ -275,7 +288,7 @@
#5504 .
@@ -294,7 +307,7 @@
#3890
@@ -323,7 +336,7 @@
@@ -332,7 +345,7 @@
branch resets and recursive regular expressions.
@@ -360,7 +373,7 @@
@@ -383,7 +396,7 @@
@@ -453,7 +466,7 @@
@@ -508,7 +521,7 @@
@@ -516,7 +529,7 @@
Fixed bug in partial matches of bounded repeats of '.'.
diff --git a/doc/html/boost_regex/background/performance.html b/doc/html/boost_regex/background/performance.html
index b7036e3e..78e89314 100644
--- a/doc/html/boost_regex/background/performance.html
+++ b/doc/html/boost_regex/background/performance.html
@@ -7,7 +7,7 @@
-
+
@@ -21,34 +21,35 @@