From 5999bcee3f336ff9fe80dbd9714d620b56cc644b Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Mon, 27 May 2019 18:45:24 +0300 Subject: [PATCH] Update history --- HISTORY.rst | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 0d7d0a7f..e3404124 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -17,6 +17,7 @@ PlatformIO 4.0 - Custom project ``***_dir`` options declared in `platformio `__ section have higher priority than `Environment variables `__ - Added support for Unix shell-style wildcards for `monitor_port `__ option (`issue #2541 `_) - Added new `monitor_flags `__ option which allows passing extra flags and options to `platformio device monitor `__ command (`issue #2165 `_) + - Fixed an issue when ``-U`` in ``build_flags`` does not remove macro previously defined via ``-D`` flag (`issue #2508 `_) * **Library Management** @@ -33,23 +34,21 @@ PlatformIO 4.0 - Added options to override default locations used by PlatformIO Core (`core_dir `__, `globallib_dir `__, `platforms_dir `__, `packages_dir `__, `cache_dir `__) (`issue #1615 `_) - Removed line-buffering from `platformio run `__ command which was leading to omitting progress bar from upload tools (`issue #856 `_) +* **Integration** + + - Support custom CMake configuration for CLion IDE using ``CMakeListsUser.txt`` file + - Fixed an issue with hardcoded C standard version when generating project for CLion IDE (`issue #2527 `_) + - Fixed an issue with Project Generator when include path search order is inconsistent to what passed to the compiler (`issue #2509 `_) + * **Miscellaneous** - Deprecated ``--only-check`` PlatformIO Core CLI option for "update" sub-commands, please use ``--dry-run`` instead + - Fixed "systemd-udevd" warnings in `99-platformio-udev.rules `__ (`issue #2442 `_) + - Fixed an issue when package cache (Library Manager) expires too fast (`issue #2559 `_) PlatformIO 3.0 -------------- -3.6.8 (2019-??-??) -~~~~~~~~~~~~~~~~~~ - -* Support custom CMake configuration for CLion IDE using ``CMakeListsUser.txt`` file -* Fixed an issue with hardcoded C stadard version when generating project for CLion IDE (`issue #2527 `_) -* Fixed "systemd-udevd" warnings in `99-platformio-udev.rules `__ (`issue #2442 `_) -* Fixed an issue when ``-U`` in ``build_flags`` does not remove macro previously defined via ``-D`` flag (`issue #2508 `_) -* Fixed an issue for Project Generator when include path search order is inconsistent to what passed to the compiler (`issue #2509 `_) -* Fixed an issue when package cache (Library Manager) expires too fast (`issue #2559 `_) - 3.6.7 (2019-04-23) ~~~~~~~~~~~~~~~~~~