From 121f66b2a1c0e93d0a01fa18973fdada3d4c736a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Wed, 11 Feb 2015 22:48:46 +0200 Subject: [PATCH] Fill history with the closed issues --- HISTORY.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 2a77543d..f0552192 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,7 +19,11 @@ Release History (`issue #42 `_) * Allowed to ignore some libs from *Library Dependency Finder* via `ignore_libs `_ option +* Output compiled size and static memory usage with `platformio run `__ + command (`issue #59 `_) * Fixed an issue with the libraries that are git repositories (`issue #49 `_) +* Fixed handling of assembly files (`issue #58 `_) +* Fixed compiling error if space is in user's folder (`issue #56 `_) * Fixed `AttributeError: 'module' object has no attribute 'disable_warnings'` when a version of `requests` package is less then 2.4.0