Skip to content

Commit 34aa9f9

Browse files
committed
reorder changelog sections
1 parent c2302ec commit 34aa9f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)