Skip to content

Commit 51fb1f3

Browse files
committed
Remove trailing whitespace in NEWS
1 parent e11235c commit 51fb1f3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

NEWS.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
beyond) the tidyverse standard of supporting the previous 5 minor releases of
1717
R. It also ensures that `R_UnwindProtect()` is available to avoid C++ memory
1818
leaks (#332).
19-
19+
2020
* `cpp11::preserved.release_all()` has been removed. This was intended to
2121
support expert developers on R <3.5.0 when cpp11 used a global protection
2222
list. Since cpp11 no longer uses a global protection list and requires R
@@ -35,7 +35,7 @@
3535
than it is worth and is very hard to use safely. For more information, see the
3636
new `vignette("FAQ")` section titled "Should I call `cpp11::unwind_protect()`
3737
manually?" (#327).
38-
38+
3939
* The features and bug fixes from cpp11 0.4.4 have been added back in.
4040

4141
# cpp11 0.4.5
@@ -46,7 +46,7 @@
4646

4747
# cpp11 0.4.4
4848

49-
* Davis Vaughan is now the maintainer.
49+
* Davis Vaughan is now the maintainer.
5050

5151
* `as_doubles()` and `as_integers()` now propagate missing values correctly
5252
(#265, #319).
@@ -56,7 +56,7 @@
5656
* Minor performance improvements to the cpp11 protect code. (@kevinushey)
5757

5858
* `cpp_register()` gains an argument `extension=` governing the file extension of
59-
the `src/cpp11` file. By default it's `.cpp`, but `.cc` is now supported
59+
the `src/cpp11` file. By default it's `.cpp`, but `.cc` is now supported
6060
as well (#292, @MichaelChirico)
6161

6262
# cpp11 0.4.3
@@ -65,7 +65,7 @@
6565
better align with changes in those workflows and the latest version of R
6666
(#279).
6767

68-
* `cpp_source()` errors on non-existent file (#261).
68+
* `cpp_source()` errors on non-existent file (#261).
6969

7070
* `cpp_register()` is quiet by default when R is non interactive (#289).
7171

@@ -83,7 +83,7 @@
8383

8484
## New Features
8585

86-
* New opt-in message formatting with the {fmt} C++ library for `cpp11::messages()` `cpp11::stop()` and `cpp11::warning()`.
86+
* New opt-in message formatting with the {fmt} C++ library for `cpp11::messages()` `cpp11::stop()` and `cpp11::warning()`.
8787
Set the `CPP11_USE_FMT` macro to use this feature in your package. (@sbearrows, #169, #208)
8888
* New `as_double()` and `as_integer()` methods to coerce integers to doubles and doubles to integers to doubles (@sbearrows, #46)
8989
* `cpp11::matrix` iterators can now be used either row-wise or column-wise (the default) depending on the user's choice (@alyst, #229)

0 commit comments

Comments
 (0)