aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-05-15 20:56:04 +0200
committerJay Berkenbilt <ejb@ql.org>2022-05-16 19:39:26 +0200
commit60ec94a7c35ff3f7153c99deff29afef91500622 (patch)
tree91de8c310c6c0f8e5803d6b3ede4f00e5f3048ed /ChangeLog
parent173b944ef8f1dd3f971a6089a52fcd1ae07ca8f1 (diff)
downloadqpdf-60ec94a7c35ff3f7153c99deff29afef91500622.tar.zst
Add QUtil::is_long_long
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8cf93186..a194440a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-05-15 Jay Berkenbilt <ejb@ql.org>
+
+ * Add QUtil::is_long_long to test whether a string can be
+ converted to a long long and back without loss of information.
+
2022-05-04 Jay Berkenbilt <ejb@ql.org>
* JSON: add a new "blob" type that takes a function to write data