We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f82276 commit 2b35d2bCopy full SHA for 2b35d2b
1 file changed
CHANGELOG.md
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7
8
+## [3.0.0] - 2025-12-31
9
+
10
+### Changed
11
12
+- Library is header-only
13
+- Library is available for the C++ 2023 standard
14
+- Only standard library dependencies, except if using JSON encoding
15
16
+### Fixed
17
18
+- A number of parsing and percent encoding fixes (see tests)
19
20
## [1.13.0] - 2020-09-12
21
22
### Changed
0 commit comments