From 57d5e093ef801f54bf4174c900f7a863599bb47d Mon Sep 17 00:00:00 2001 From: Bas Alberts Date: Mon, 23 Jan 2023 16:47:48 -0500 Subject: [PATCH] Update changelog for integer truncation commits --- changelog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changelog.txt b/changelog.txt index b9c299760..8d1e0d057 100644 --- a/changelog.txt +++ b/changelog.txt @@ -12,6 +12,8 @@ * We removed an unneeded .DS_Store file (#291) * We added a test for domains with underscores and fix roundtrip behavior (#292) * We now use an up-to-date clang-format (#294) + * We made a variety of implicit integer trunctions explicit by moving to + size_t as our standard size integer type (#302) [0.29.0.gfm.6] * Fixed polynomial time complexity DoS vulnerability in autolink extension