Fix "Runtime Error: Dictionary size changed during iteration" // Resolve #2003

This commit is contained in:
Ivan Kravets
2019-01-09 16:34:39 +02:00
parent fabaadec60
commit 68e3f9dc00

View File

@ -14,6 +14,8 @@ PlatformIO 3.0
- CLion: Improved project portability using "${CMAKE_CURRENT_LIST_DIR}" instead of full path
* Fixed an issue with incorrect detecting of compatibility (LDF) between generic library and Arduino or ARM mbed frameworks
* Fixed "Runtime Error: Dictionary size changed during iteration"
(`issue #2003 <https://github.com/platformio/platformio-core/issues/2003>`_)
3.6.3 (2018-12-12)
~~~~~~~~~~~~~~~~~~