From 83b639987c45fddfe0971d703dd26e93905e745c Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Wed, 28 Oct 2015 08:01:06 -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 b37b678d..919ede39 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -63,8 +63,8 @@ `#183 `_): - Comparison operators now compare string content, not pointers - - `BasicStringRef::c_str` replaced by `BasicStringRef::data` - - `BasicStringRef` is no longer assumed to be null-terminated + - ``BasicStringRef::c_str`` replaced by ``BasicStringRef::data`` + - ``BasicStringRef`` is no longer assumed to be null-terminated * Dependency on pthreads introduced by Google Test is now optional (`#185 `_).