From 3bf900e301505a99bd0bf68dc3b0457d3d241120 Mon Sep 17 00:00:00 2001 From: vitaut Date: Mon, 30 Nov 2015 08:17:47 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index e1ef5467..c887e7d5 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -68,7 +68,7 @@ General Thanks to `@LarsGullik `_. -* [Breaking] ``signed`` and ``unsigned char`` are now formatted as integers by default +* [Breaking] ``signed char`` and ``unsigned char`` are now formatted as integers by default (`#217 `_). * [Breaking] Pointers to C strings can now be formatted with the ``p`` specifier @@ -109,6 +109,9 @@ General - ``BasicStringRef::c_str`` replaced by ``BasicStringRef::data`` - ``BasicStringRef`` is no longer assumed to be null-terminated + References to null-terminated strings are now represented by a new class, + ``BasicCStringRef``. + * Dependency on pthreads introduced by Google Test is now optional (`#185 `_). @@ -205,6 +208,7 @@ Documentation (`#128 `_). New documentation address is http://cppformat.github.io/. + * Added `Building the documentation `_ section to the documentation.