Skip to content

Commit beb9e4b

Browse files
committed
NEWS bullet
1 parent 68a2924 commit beb9e4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

NEWS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# cpp11 (development version)
22

3+
* Improved hygiene around using C++ specific C compatibility headers (i.e. by using `<cstring>` rather than `<string.h>` and `<cstddef>` rather than `<stddef.h>`) (#454, @MichaelChirico).
4+
35
* Fixed an rchk issue related to `std::initializer_list<named_arg>` (#457, @pachadotdev).
46

57
# cpp11 0.5.2

0 commit comments

Comments
 (0)