Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 5c69706

Browse files
committed
Updated CHANGELOG to match v0.6.1
1 parent c2e4cd1 commit 5c69706

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Change Log
22

3+
## Version 0.6.1
4+
5+
Several bug-fixes discovered in the latest v0.6 and some minor features.
6+
7+
### New Features
8+
9+
* Added ability to create Arduino libraries without specifying sources at the moment of creation.
10+
It aligns well with CMake's `target_sources` API.
11+
12+
### Bug Fixes
13+
14+
* Fixed a potential regression bug on **ubuntu/debian** systems causing problems with the *CoreLib* creation.
15+
16+
* Platform elements search has been updated to exclude system's **PATH** in order to avoid false path detection.
17+
18+
* Fixed bug where platform libraries weren't using all of their sources.
19+
320
## Version 0.6
421

522
This is a **BIG** version including numerous bug fixes, changes and even some new features.

0 commit comments

Comments
 (0)