aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-21 01:48:53 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:21 +0200
commit42306e2ff8716ce9a8f57da791122cc88308890c (patch)
tree9050f3ae8a9cab1524ab41df0b7b3f683b974870 /ChangeLog
parenta66828caff16a4ad64b9d69b5db1c5a5e60418cc (diff)
downloadqpdf-42306e2ff8716ce9a8f57da791122cc88308890c.tar.zst
QUtil: add unsigned int/string functions
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d88fad35..d51a92c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2019-06-20 Jay Berkenbilt <ejb@ql.org>
+ * Add functions to QUtil to convert unsigned integers to strings,
+ avoiding implicit conversion between unsigned and signed integer
+ types.
+
* Add QIC.hh, containing integer type converters that do range
checking.