diff --git a/ChangeLog.rst b/ChangeLog.rst index d217e9bd..ec3284ae 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -28,6 +28,16 @@ (`#140 `_). Thanks to `@polyvertex (Jean-Charles Lefebvre) `_. +* [Breaking] Formatting of more than 16 arguments is now supported when using + variadic templates + (`#141 `_). + Thanks to `@Shauren `_. + +* [Breaking] Reduced `compiled code size + `_ + (`#143 `_, + `#149 `_). + * Fixed a compile error on MSVC with disabled exceptions (`#144 `_). @@ -194,13 +204,15 @@ fmt::printf("The date is %s", Date(2012, 12, 9)); -* Fixed portability issues in tests causing failures on ARM, ppc64, ppc64le - and s390x ( +* Fixed portability issues (mostly causing test failures) on ARM, ppc64, ppc64le, + s390x and SunOS 5.11 i386 ( + `#138 `_, `#179 `_, `#180 `_, `#202 `_, `Red Hat Bugzilla Bug 1260297 `_). - Thanks to `@jackyf (Eugene V. Lyubimkin) `_ and Dave Johansen. + Thanks to `@Naios `_, + `@jackyf (Eugene V. Lyubimkin) `_ and Dave Johansen. * [Experimental] User-defined literals for format and named arguments (`#204 `_,