From 1df1af024590efc80bbff26fe05ca50c7785f7c2 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 28 Oct 2015 07:21:08 -0700 Subject: [PATCH] Update ChangeLog.rst --- ChangeLog.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 566643e4..74ccaa38 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -46,7 +46,7 @@ (`#178 `_). Thanks to `@jackyf (Eugene V. Lyubimkin) `_. -* [Breaking] ``BasicStringRef`` comparison operators now compare string +* [Breaking] ``StringRef``/``BasicStringRef`` comparison operators now compare string content, not pointers (`#183 `_). @@ -58,7 +58,7 @@ on Karma's benchmark (`#186 `_). -* Fixed most warnings reported by Coverity Scan +* Fixed warnings reported by Coverity Scan (`#187 `_, `#192 `_).