Update changelog

This commit is contained in:
Victor Zverovich 2016-05-07 08:59:19 -07:00
parent 7ce503e6a0
commit 836415b215

View File

@ -13,6 +13,8 @@
Including ``format.h`` from the ``cppformat`` directory is deprecated Including ``format.h`` from the ``cppformat`` directory is deprecated
but works via a proxy header which will be removed in the next major version. but works via a proxy header which will be removed in the next major version.
The documentation is now available at http://fmtlib.net.
* Added support for `strftime <http://en.cppreference.com/w/cpp/chrono/c/strftime>`_-like * Added support for `strftime <http://en.cppreference.com/w/cpp/chrono/c/strftime>`_-like
`date and time formatting <http://fmtlib.net/dev/api.html#date-and-time-formatting>`_ `date and time formatting <http://fmtlib.net/dev/api.html#date-and-time-formatting>`_
(`#283 <https://github.com/fmtlib/fmt/issues/283>`_): (`#283 <https://github.com/fmtlib/fmt/issues/283>`_):
@ -162,6 +164,8 @@
(`#268 <https://github.com/fmtlib/fmt/issues/268>`_). (`#268 <https://github.com/fmtlib/fmt/issues/268>`_).
Thanks to `octoploid <https://github.com/octoploid>`_. Thanks to `octoploid <https://github.com/octoploid>`_.
* Removed Biicode support because the latter has been discontinued.
2.1.1 - 2016-04-11 2.1.1 - 2016-04-11
------------------ ------------------