You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
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.
7
7
8
8
## Unreleased
9
9
10
+
## [2.8.3] - 2025-04-01
11
+
12
+
- Changed the read buffers allocation from `reserve()` to `resize()`. This should fix potential crashes due to a misuse of the C++ std API.
13
+
10
14
## [2.8.2] - 2024-06-02
11
15
12
16
- Fix bug where this project could not be added into another CMake file with `add_subdirectory()` correctly (thanks [alexg-k](https://github.com/alexg-k)).
@@ -144,7 +148,8 @@ Big thanks to https://github.com/MadsAndreasen-Zoetis for these improvements.
144
148
### Added
145
149
- Initial commit. serial-port-cpp library has basic functions up and running.
0 commit comments