diff --git a/doc/Attic/history.html b/doc/Attic/history.html
index aa36daec..72a50f03 100644
--- a/doc/Attic/history.html
+++ b/doc/Attic/history.html
@@ -29,6 +29,9 @@
Fix for non-greedy repeats and partial matches not working correctly in some
cases.
+
+ Fix for non-greedy repeats on VC++ not working in some cases (bug report
+ 1515830).
Changed match_results::position() to return a valid result when *this
represents a partial match.
diff --git a/doc/history.html b/doc/history.html
index aa36daec..72a50f03 100644
--- a/doc/history.html
+++ b/doc/history.html
@@ -29,6 +29,9 @@
Fix for non-greedy repeats and partial matches not working correctly in some
cases.
+
+ Fix for non-greedy repeats on VC++ not working in some cases (bug report
+ 1515830).
Changed match_results::position() to return a valid result when *this
represents a partial match.