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 @@ -20,16 +20,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2020- Revise math macros to avoid name clashes
2121- ` CppLibrary ` functions returning C++ header or code files now respect the 1.0/1.5 library specification
2222
23+ ### Fixed
24+ - Don't define ` ostream& operator<<(nullptr_t) ` if already defined by Apple
25+ - ` CppLibrary.in_tests_dir? ` no longer produces an error if there is no tests directory
26+
2327### Deprecated
2428- ` arduino_ci_remote.rb ` CLI switch ` --skip-compilation `
2529- Deprecated ` arduino_ci_remote.rb ` in favor of ` arduino_ci.rb `
2630
2731### Removed
2832
29- ### Fixed
30- - Don't define ` ostream& operator<<(nullptr_t) ` if already defined by Apple
31- - ` CppLibrary.in_tests_dir? ` no longer produces an error if there is no tests directory
32-
3333### Security
3434
3535
You can’t perform that action at this time.
0 commit comments