From f27f848bb8c6809689759eb1445ef36b6d8d17bd Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 27 Oct 2015 06:55:25 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index 8fdea642..c234c61b 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -67,6 +67,10 @@ (`#214 `_). Thanks to `@slavanap (Vyacheslav Napadovsky) `_. +* ``noexcept`` is now used when compiling with MSVC2015. + (`#215 `_). + Thanks to `@dmkrepo (Dmitriy) `_. + 1.1.0 - 2015-03-06 ------------------