Skip to content

Commit 8e874a8

Browse files
committed
Update CHANGELOG for release of v2.8.4.
1 parent 253ec3c commit 8e874a8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## Unreleased
99

10+
## [2.8.4] - 2025-04-09
11+
12+
- Added support for CMake 4.0+ by dropping support for CMake 3.1 and setting the minimum required CMake version to 3.5.
13+
1014
## [2.8.3] - 2025-04-01
1115

1216
- Changed the read buffers allocation from `reserve()` to `resize()`. This should fix potential crashes due to a misuse of the C++ std API.
@@ -148,7 +152,8 @@ Big thanks to https://github.com/MadsAndreasen-Zoetis for these improvements.
148152
### Added
149153
- Initial commit. serial-port-cpp library has basic functions up and running.
150154
151-
[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.3...HEAD
155+
[Unreleased]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.4...HEAD
156+
[v2.8.4]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.3...v2.8.4
152157
[v2.8.3]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.2...v2.8.3
153158
[v2.8.2]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.1...v2.8.2
154159
[v2.8.1]: https://github.com/mbedded-ninja/CppLinuxSerial/compare/v2.8.0...v2.8.1

0 commit comments

Comments
 (0)