Skip to content

Commit

Permalink
Merge pull request #126 from joto/changelog
Browse files Browse the repository at this point in the history
Update change log
  • Loading branch information
joto authored Jan 3, 2025
2 parents b045c45 + cc72d73 commit 3b30856
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,19 @@ This project adheres to [Semantic Versioning](https://semver.org/).

### Changed

- Switched to C++14 as minimum requirement. Modernised the code accordingly.
- Only the tests need the Protobuf library when building.
- Improve compatibility with various STL flavors.
- Change license formatting to get recognized by license scanning tools.
- Add lots of `const` in places where we can. Also fix some other issues
reported by clang-tidy.
- Various other code cleanups.
- Modernize documentation config, CMake config and CI workflows.

### Fixed

- `basic_pbf_builder` constructor can not be noexcept.


## [1.7.1] - 2022-01-10

Expand Down

0 comments on commit 3b30856

Please sign in to comment.