From 935f7cd5c371131cddaacabb30526aef7e09c194 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 4 Jul 2016 20:36:02 +0300 Subject: [PATCH] Fix missing trailing ``\`` for the source files list when generate project for Qt Creator IDE // Resolve #711 --- HISTORY.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index ba641d5a..3a197787 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -11,6 +11,9 @@ PlatformIO 2.0 * Fixed missed ``--boot`` flag for the firmware uploader for ATSAM3X8E Cortex-M3 MCU based boards (Arduino Due, etc) (`issue #710 `_) +* Fixed missing trailing ``\`` for the source files list when generate project + for Qt Creator IDE + (`issue #711 `_) 2.11.0 (2016-06-28) ~~~~~~~~~~~~~~~~~~~