Update changelog

This commit is contained in:
vitaut 2015-11-30 08:17:47 -08:00
parent 722c8e4ae6
commit 3bf900e301

View File

@ -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
- ``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
(`#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.