From b3411bdeed290f1e4daae468f97d3b8f198064c2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Thu, 29 Oct 2015 06:44:51 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 454c13ba..9fb62497 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,6 +1,9 @@ 2.0.0 - TBD ----------- +* Fixed a compile error on MSVC with disabled exceptions + (`#144 `_). + * Added a workaround for broken implementation of variadic templates in MSVC2012 (`#148 `_). @@ -101,7 +104,9 @@ (`#188 `_). * Fixed multiple warnings - (`#146 `_, + (`#142 `_, + `#145 `_, + `#146 `_, `#158 `_, `#163 `_ `#175 `_, @@ -148,7 +153,7 @@ ``crtdbg.h`` when ``_CRTDBG_MAP_ALLOC`` is set (`#211 `_). -* Fixed an overload conflict in MSVC when ``/Zc:wchar_t-`` option is specified +* Fixed an overload conflict on MSVC when ``/Zc:wchar_t-`` option is specified (`#214 `_). Thanks to `@slavanap (Vyacheslav Napadovsky) `_.