Skip to content

Commit 6814bc2

Browse files
committed
reorder changelog sections
1 parent 7ae62ae commit 6814bc2

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
@@ -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

0 commit comments

Comments
 (0)