From 1ff0acfe2247a4f7d148878ae58edebddc3164db Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 11 Jan 2017 16:50:35 +0000 Subject: [PATCH] Tweaked release notes page with better formatting --- docs/release-notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/release-notes.md b/docs/release-notes.md index 43dd9a27..53d3fabc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -4,16 +4,16 @@ * Moved CMakeLists.txt to root, made it friendlier for CLion and generating XCode and VS projects, and removed the manually maintained XCode and VS projects. ### Features/ Changes: -* Approx now supports >= and <= -* Can now use \ to escape chars in test names on command line +* Approx now supports `>=` and `<=` +* Can now use `\` to escape chars in test names on command line * Standardize C++11 feature toggles ### Fixes: * Blue shell colour -* Missing argument to CATCH_CHECK_THROWS +* Missing argument to `CATCH_CHECK_THROWS` * Don't encode extended ASCII in XML * use std::shuffle on more compilers (fixes deprecation warning/error) -* Use __COUNTER__ more consistently (where available) +* Use `__COUNTER__` more consistently (where available) ### Other: * Tweaks and changes to scripts - particularly for Approval test - to make them more portable