File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1818- Move repository from https://github.com/ianfixes/arduino_ci to https://github.com/Arduino-CI/arduino_ci
1919- ` CppLibrary ` functions returning C++ header or code files now respect the 1.0/1.5 library specification
2020
21+ ### Fixed
22+ - Don't define ` ostream& operator<<(nullptr_t) ` if already defined by Apple
23+ - ` CppLibrary.in_tests_dir? ` no longer produces an error if there is no tests directory
24+
2125### Deprecated
2226- ` arduino_ci_remote.rb ` CLI switch ` --skip-compilation `
2327
2428### Removed
2529
26- ### Fixed
27- - Don't define ` ostream& operator<<(nullptr_t) ` if already defined by Apple
28- - ` CppLibrary.in_tests_dir? ` no longer produces an error if there is no tests directory
29-
3030### Security
3131
3232
You can’t perform that action at this time.
0 commit comments