aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
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.