mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-10 21:20:07 +00:00
Update ChangeLog.rst
This commit is contained in:
parent
c6a67b91de
commit
587b4894ba
@ -1,6 +1,17 @@
|
||||
2.0.0 - TBD
|
||||
-----------
|
||||
|
||||
* Fixed formatting of enums with numeric format specifiers in ``fmt::(s)printf``
|
||||
(`#131 <https://github.com/cppformat/cppformat/issues/131>`_,
|
||||
`#139 <https://github.com/cppformat/cppformat/issues/139>`_)::
|
||||
|
||||
.. code:: c++
|
||||
|
||||
enum { ANSWER = 42 };
|
||||
fmt::printf("%d", ANSWER);
|
||||
|
||||
Thanks to `@Naios <https://github.com/Naios>`_.
|
||||
|
||||
* Improved compatibility with old versions of MinGW
|
||||
(`#132 <https://github.com/cppformat/cppformat/issues/132>`_).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user