Skip to content

Commit 0d887df

Browse files
committed
Annotate matthijskooijman changes
1 parent 3bc2fce commit 0d887df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1414
- `CppLibrary.library_properties_path`, `CppLibrary.library_properties?`, `CppLibrary.library_properties` to expose library properties of a Cpp library
1515
- `CppLibrary.arduino_library_dependencies` to list the dependent libraries specified by the library.properties file
1616
- `CppLibrary.print_stack_dump` prints stack trace dumps (on Windows specifically) to the console if encountered
17+
- Definitions for Arduino zero
1718

1819
### Changed
1920
- Move repository from https://github.com/ianfixes/arduino_ci to https://github.com/Arduino-CI/arduino_ci
2021
- `CppLibrary` functions returning C++ header or code files now respect the 1.0/1.5 library specification
22+
- Mocks of built-in macros made more accurate
23+
- NUM_SERIAL_PORTS can now be set explicitly
24+
- Improve SPI header strategy
2125

2226
### Fixed
2327
- Don't define `ostream& operator<<(nullptr_t)` if already defined by Apple

0 commit comments

Comments
 (0)