From 1942ff4c70576a48e3d1a1723805ba14897c95f1 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 28 Oct 2015 08:00:25 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 1755507a..b37b678d 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -23,9 +23,10 @@ fmt::print("{:d}", true); // prints "1" -* Documentation fixes - (`#162 `_ and - `#165 `_). +* Fixed documentation issues + (`#162 `_, + `#165 `_, + `#210 `_). * Improved support for custom character types (`#171 `_). @@ -55,9 +56,15 @@ (`#178 `_). Thanks to `@jackyf (Eugene V. Lyubimkin) `_. -* [Breaking] ``StringRef``/``BasicStringRef`` comparison operators now compare string - content, not pointers - (`#183 `_). +* [Breaking] Improved compatibility between ``BasicStringRef`` and + `std::experimental::basic_string_view + `_ + (`#159 `_, + `#183 `_): + + - Comparison operators now compare string content, not pointers + - `BasicStringRef::c_str` replaced by `BasicStringRef::data` + - `BasicStringRef` is no longer assumed to be null-terminated * Dependency on pthreads introduced by Google Test is now optional (`#185 `_). @@ -114,9 +121,6 @@ * Documentation build script is now compatible with Python 3 (`#209 `_). -* Fixed documentation layout issues on medium screen sizes - (`#210 `_). - * Fixed a name conflict with macro ``free`` defined in ``crtdbg.h`` when ``_CRTDBG_MAP_ALLOC`` is set (`#211 `_).