Skip to content

Commit 8b3e41c

Browse files
committed
Make lib exception-less
1 parent cb35814 commit 8b3e41c

File tree

3 files changed

+96
-92
lines changed

3 files changed

+96
-92
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ease of use and full compliance with JSON standard.
2121

2222
The C++ version of this library is a single-include header file, C++11 compliant, yet
2323
again relying on KISS principle. This time I decided not to use custom exceptions,
24-
also, the linter part of it is almost exception-free.
24+
also, the linter part of it is exception-free.
2525

2626

2727
# Obtaining
@@ -35,6 +35,8 @@ If you want you can compile the library yourself, just use the `makefile` provid
3535

3636
# Changelog
3737

38+
* 2.0
39+
* Make C++ version of the library expection-less
3840
* 1.9
3941
* Improve usability of C++ version
4042
* 1.8.2

0 commit comments

Comments
 (0)