Commit 3bf900e3 authored by vitaut's avatar vitaut

Update changelog

parent 722c8e4a
...@@ -68,7 +68,7 @@ General ...@@ -68,7 +68,7 @@ General
Thanks to `@LarsGullik <https://github.com/LarsGullik>`_. Thanks to `@LarsGullik <https://github.com/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 <https://github.com/cppformat/cppformat/pull/217>`_). (`#217 <https://github.com/cppformat/cppformat/pull/217>`_).
* [Breaking] Pointers to C strings can now be formatted with the ``p`` specifier * [Breaking] Pointers to C strings can now be formatted with the ``p`` specifier
...@@ -109,6 +109,9 @@ General ...@@ -109,6 +109,9 @@ General
- ``BasicStringRef::c_str`` replaced by ``BasicStringRef::data`` - ``BasicStringRef::c_str`` replaced by ``BasicStringRef::data``
- ``BasicStringRef`` is no longer assumed to be null-terminated - ``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 * Dependency on pthreads introduced by Google Test is now optional
(`#185 <https://github.com/cppformat/cppformat/issues/185>`_). (`#185 <https://github.com/cppformat/cppformat/issues/185>`_).
...@@ -205,6 +208,7 @@ Documentation ...@@ -205,6 +208,7 @@ Documentation
(`#128 <https://github.com/cppformat/cppformat/issues/128>`_). (`#128 <https://github.com/cppformat/cppformat/issues/128>`_).
New documentation address is http://cppformat.github.io/. New documentation address is http://cppformat.github.io/.
* Added `Building the documentation * Added `Building the documentation
<http://cppformat.github.io/dev/usage.html#building-the-documentation>`_ <http://cppformat.github.io/dev/usage.html#building-the-documentation>`_
section to the documentation. section to the documentation.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment