We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43f4065 commit bcc11f8Copy full SHA for bcc11f8
cpp-json.spec
@@ -1,5 +1,5 @@
1
Name: tokox-cpp-json
2
-Version: 1.3
+Version: 1.4
3
Release: 1%{?dist}
4
Summary: C++ JSON object import/export library
5
@@ -36,6 +36,13 @@ cp -a LICENSE.md README.md %{buildroot}/usr/share/doc/tokox/cpp-json
36
%doc /usr/share/doc/tokox/cpp-json/README.md
37
38
%changelog
39
+* Sat Mar 30 2024 Tomasz Kośnikowski (tokox) - 1.4-1
40
+ - Rewritten import_error
41
+ - Refactored error messages
42
+ - Fixed value_type conversions in types.cpp (dumb dumb me)
43
+ - Added throws for unknown value_type and error_type
44
+ - Fixed last case of value_type in conversion to object_type
45
+
46
* Sat Mar 30 2024 Tomasz Kośnikowski (tokox) - 1.3-1
47
- Splitted code into files
48
- Separated headers and source
0 commit comments