From 83bb6611b940db6d6dbfbca1090a1ace83494edb Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Tue, 12 Jul 2022 22:21:09 +0300 Subject: [PATCH] Fixed a regression bug when libArchive option declared in the library.json manifest was ignored // Resolve # --- HISTORY.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/HISTORY.rst b/HISTORY.rst index 75db03f0..3be873ee 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -13,6 +13,11 @@ PlatformIO Core 6 **A professional collaborative platform for declarative, safety-critical, and test-driven embedded development.** +6.1.2 (2022-07-??) +~~~~~~~~~~~~~~~~~~ + +* Fixed a regression bug when `libArchive `__ option declared in the `library.json `__ manifest was ignored (`issue #4351 `_) + 6.1.1 (2022-07-11) ~~~~~~~~~~~~~~~~~~