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 `_).