File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments