From b1a55d50bf4ff351609fba82ea0ceec3fbc0edfb Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Fri, 30 Oct 2015 07:43:15 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 5 +++++ 1 file changed, 5 insertions(+) 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) `_.