From ede581182ca21d3e6887f44ff1848471ae4d611a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 22 Dec 2016 14:13:56 +0200 Subject: [PATCH] Fix RST for history --- HISTORY.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 526dfb64..25a9d506 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,7 @@ PlatformIO 3.0 3.2.2 (2016-12-??) ~~~~~~~~~~~~~~~~~~ -* Added support for templated methods in "*.ino to *.cpp" convertor +* Added support for templated methods in ``*.ino to *.cpp`` convertor (`pull #858 `_) * Produce less noisy output when ``-s/--silent`` options are used for `platformio init `__