From ab0a92d9dd45a2e195b25852483651ce7898092b Mon Sep 17 00:00:00 2001 From: Virgile Prevosto <virgile.prevosto@cea.fr> Date: Mon, 29 Nov 2021 11:15:52 +0000 Subject: [PATCH] Update Changelog with accurate !3451 merge date --- Changelog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 21212e34cd9..e045505057b 100644 --- a/Changelog +++ b/Changelog @@ -17,7 +17,7 @@ Open Source Release <next-release> ################################## -o! Kernel [2021-11-19] Integer.pretty does not have the optional argument +o! Kernel [2021-11-29] Integer.pretty does not have the optional argument hexa anymore. Use Integer.pretty_hex or Integer.pp_hex if you want to print integers in hexadecimal format. -- GitLab