diff --git a/ChangeLog.rst b/ChangeLog.rst index ec3284ae..a75f450f 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -6,6 +6,10 @@ (`#128 `_). New documentation address is http://cppformat.github.io/. +* Fixed ``initializer_list`` detection + (`#136 `_). + Thanks to `@Gachapen (Magnus Bjerke Vik) `_. + * [Breaking] Fixed formatting of enums with numeric format specifiers in ``fmt::(s)printf`` (`#131 `_, @@ -20,6 +24,7 @@ * Improved compatibility with old versions of MinGW (`#129 `_, + `#130 `_, `#132 `_). Thanks to `@cstamford (Christopher Stamford) `_.