From cbb2edb8d31b733fa0598dfb50d0b60e0de24542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Fri, 7 Jun 2019 15:21:43 +0200 Subject: [PATCH] Add CHANGES entry 5249. [bug] Statistics were broken in x86 Windows builds. [GL #1081] --- CHANGES | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES b/CHANGES index 11b16ae9f1..944a6a7708 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +5251. [bug] Statistics were broken in x86 Windows builds. + [GL #1081] + 5250. [func] The default size for RSA keys is now 2048 bits, for both ZSKs and KSKs. [GL #1097]