diff --git a/HISTORY.rst b/HISTORY.rst index d72c208d..47d29c4d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -15,13 +15,11 @@ PlatformIO 3.0 * Configure a custom path to SVD file using `debug_svd_path `__ option -* Describe your project with a new - `description `_ - option from `Project Configuration File "platformio.ini" `__ (information will be used by - `PlatformIO Home `_) +* Custom project `description `_ + which will be used by `PlatformIO Home `_ * Updated Unity tool to 2.4.3 -* Improved support for Black Magic Probe in "uploader" role -* Respect a custom "lib_dir" option in `Project Configuration File "platformio.ini" `__ +* Improved support for Black Magic Probe in "uploader" mode +* Fixed issue when a custom `lib_dir `__ was not handled correctly (`issue #1473 `_) * Fixed issue with useless project rebuilding for case insensitive file systems (Windows)