diff --git a/HISTORY.rst b/HISTORY.rst index 4acc072c..10735dbb 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -19,7 +19,6 @@ PlatformIO Core 5 - Support debugging on Windows using Windows CMD/CLI (`pio debug `__) (`issue #3793 `_) - Configure a custom pattern to determine when debugging server is started with a new `debug_server_ready_pattern `__ option - Fixed an issue with silent hanging when a custom debug server is not found (`issue #3756 `_) - - Fixed an issue with broken binary file extension when a custom ``PROGNAME`` contains dot symbols (`issue #3906 `_) * **Static Code Analysis** @@ -33,6 +32,7 @@ PlatformIO Core 5 - Ensure that a serial port is ready before running unit tests on a remote target (`issue #3742 `_) - Fixed an error "Unknown development platform" when running unit tests on a clean machine (`issue #3901 `_) - Fixed an issue when "main.cpp" was generated for a new project for 8-bit development platforms (`issue #3872 `_) + - Fixed an issue with broken binary file extension when a custom ``PROGNAME`` contains dot symbols (`issue #3906 `_) 5.1.1 (2021-03-17) ~~~~~~~~~~~~~~~~~~