File tree 1 file changed +4
-4
lines changed 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/).
20
20
- Revise math macros to avoid name clashes
21
21
- ` CppLibrary ` functions returning C++ header or code files now respect the 1.0/1.5 library specification
22
22
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
+
23
27
### Deprecated
24
28
- ` arduino_ci_remote.rb ` CLI switch ` --skip-compilation `
25
29
- Deprecated ` arduino_ci_remote.rb ` in favor of ` arduino_ci.rb `
26
30
27
31
### Removed
28
32
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
-
33
33
### Security
34
34
35
35
You can’t perform that action at this time.
0 commit comments