Skip to content

Commit

Permalink
Rebuild in progress release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
boost-commitbot committed Aug 5, 2024
1 parent 6d08d06 commit 965a692
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 1 deletion.
37 changes: 36 additions & 1 deletion generated/state/page-cache.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41753,6 +41753,41 @@
" </li>
" <li>
" <div>
" <span class="library"><a href="/libs/json/">JSON</a>:</span>
" <ul>
" <li>
" <div>
" Support for GCC versions older than version 5.0 is deprecated and
" <strong>will stop in Boost 1.88.0</strong>.
" </div>
" </li>
" <li>
" <div>
" <code><span class="identifier">source_location</span></code> parameter
" was added to throwing accessor functions.
" </div>
" </li>
" <li>
" <div>
" Parse option to tolerate invalid UTF-16 surrogate pairs, and produce
" <a href="https://simonsapin.github.io/wtf-8/">WTF-8</a>.
" </div>
" </li>
" <li>
" <div>
" Added accessor functions that return <code><span class="identifier">system</span><span class="special">::</span><span class="identifier">result</span></code>.
" </div>
" </li>
" <li>
" <div>
" Handle missing error case in direct parsing.
" </div>
" </li>
" </ul>
" </div>
" </li>
" <li>
" <div>
" <span class="library"><a href="/libs/lexical_cast/">LexicalCast</a>:</span>
" <ul>
" <li>
Expand Down Expand Up @@ -42419,7 +42454,7 @@
" </div>
"
-hash
"695d41932a6a1c0d9c1befd892970b7b25ff8814c4f6e07f0d4ccd6151252b70
"6a1b66ad343a6e3bf8fab2b4e894b622636549bb56147ae83fc84757a68e4cd6
-id
"version_1_86_0
-notice_url
Expand Down
35 changes: 35 additions & 0 deletions users/history/in_progress.html
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,41 @@ <h3><span class="link">Updated Libraries</span></h3>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/doc/libs/master/libs/json/">JSON</a>:</span>
<ul>
<li>
<div>
Support for GCC versions older than version 5.0 is deprecated and
<strong>will stop in Boost 1.88.0</strong>.
</div>
</li>
<li>
<div>
<code><span class="identifier">source_location</span></code> parameter
was added to throwing accessor functions.
</div>
</li>
<li>
<div>
Parse option to tolerate invalid UTF-16 surrogate pairs, and produce
<a href="https://simonsapin.github.io/wtf-8/">WTF-8</a>.
</div>
</li>
<li>
<div>
Added accessor functions that return <code><span class="identifier">system</span><span class="special">::</span><span class="identifier">result</span></code>.
</div>
</li>
<li>
<div>
Handle missing error case in direct parsing.
</div>
</li>
</ul>
</div>
</li>
<li>
<div>
<span class="library"><a href="/doc/libs/master/libs/lexical_cast/">LexicalCast</a>:</span>
Expand Down

0 comments on commit 965a692

Please sign in to comment.