Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the changelog file for the release. #15503

Merged
merged 8 commits into from
Jun 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/news/8.1.0-vs-8.2.0.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ inconvenience this causes.
</li>

<li> Changed: The functionparser library bundled with deal.II got replaced
by the <a href="http://muparser.beltoforion.de/">muparser</a> library.
by the <a href="https://muparser.beltoforion.de/">muparser</a> library.
<br>
(Timo Heister, 2014/02/10)
</li>
Expand All @@ -307,7 +307,7 @@ inconvenience this causes.
</li>

<li> New: deal.II now links with the
<a href="http://www.boost.org/doc/libs/1_55_0/libs/iostreams/doc/index.html">BOOST
<a href="https://www.boost.org/doc/libs/1_55_0/libs/iostreams/doc/index.html">BOOST
Iostreams</a> library (at least if the libz and libbz2 libraries
can be found that are necessary for BOOST Iostreams).
Among many other things, this allows to easily
Expand Down Expand Up @@ -575,7 +575,7 @@ inconvenience this causes.
</li>

<li> New: To better support applications that want to use C++11's
<a href="http://en.wikipedia.org/wiki/C%2B%2B11#Range-based_for_loop">range-based
<a href="https://en.wikipedia.org/wiki/C%2B%2B11#Range-based_for_loop">range-based
for loops</a>, there are now functions Triangulation::cell_iterators(),
Triangulation::all_cell_iterators() and similarly in classes DoFHandler
and hp::DoFHandler
Expand Down