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/).
18
18
- Move repository from https://github.com/ianfixes/arduino_ci to https://github.com/Arduino-CI/arduino_ci
19
19
- ` CppLibrary ` functions returning C++ header or code files now respect the 1.0/1.5 library specification
20
20
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
+
21
25
### Deprecated
22
26
- ` arduino_ci_remote.rb ` CLI switch ` --skip-compilation `
23
27
24
28
### Removed
25
29
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
-
30
30
### Security
31
31
32
32
You can’t perform that action at this time.
0 commit comments