Skip to content

Commit eb4ff54

Browse files
committed
Tweak NEWS
1 parent 99d872d commit eb4ff54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
>=3.5.0, it is no longer needed. As far as we can tell, no package was
1212
actively using this (#332).
1313

14-
* cpp11 now creates one protection list per compilation unit, rather than one global
15-
protection list shared across compilation units and across packages. This greatly
16-
reduces the complexity of managing the protection list state and should make it easier
17-
to make changes to the protection list structure in the future without breaking packages
18-
compiled with older versions of cpp11 (#330).
14+
* cpp11 now creates one protection list per compilation unit, rather than one
15+
global protection list shared across compilation units and across packages.
16+
This greatly reduces the complexity of managing the protection list state and
17+
should make it easier to make changes to the protection list structure in the
18+
future without breaking packages compiled with older versions of cpp11 (#330).
1919

2020
* Nested calls to `cpp11::unwind_protect()` are no longer supported or
2121
encouraged. Previously, this was something that could be done for performance

0 commit comments

Comments
 (0)