summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPavel Vinogradov2019-01-14 22:52:21 -0500
committerPavel Vinogradov2019-01-14 22:56:11 -0500
commit5f73eee4986b468b4a1c0816a42ad48aa12fe8c2 (patch)
tree3926a4d065b3d5056375d16885c24034de0e00d3 /ChangeLog
parent542e9b2420121cab7e1dbed8bc661916f495b1ce (diff)
libs/rapidjson: new spell, a fast JSON parser/generator for C++ with both SAX/DOM style API
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 988d78c2f9..a4b6db9599 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2019-01-14 Pavel Vinogradov <public@sourcemage.org>
* libs/fstrcmp: new spell, strings fuzzy comparisons library
+ * libs/rapidjson: new spell, a fast JSON parser/generator for C++ with
+ both SAX/DOM style API
2019-01-13 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* devel/clazy: new spell, an llvm plugin that understands Qt idioms