Update ChangeLog.rst

This commit is contained in:
Victor Zverovich 2015-10-28 08:01:06 -07:00
parent 1942ff4c70
commit 83b639987c

View File

@ -63,8 +63,8 @@
`#183 <https://github.com/cppformat/cppformat/issues/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
- ``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 <https://github.com/cppformat/cppformat/issues/185>`_).