From 555fe4c948a57d9ffc525c71b7aeb14b67cb9d6f Mon Sep 17 00:00:00 2001 From: Selva Nair Date: Wed, 11 Jan 2023 17:14:27 -0500 Subject: [PATCH] Update CHANGES.rst Signed-off-by: Selva Nair --- CHANGES.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 933e63f..df3cbef 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,3 +1,19 @@ +Version 11.36.0 +=============== + +Updates +------- +* Do not open multiple instances of Settings window +* Do not use assert in debug builds +* Translations (Italian) + +Bug fixes +--------- +* Use a list instead of array for connection list +* Handle possible wraparound of time in auto-close of dialogs +* Fix missing files in dist tarball +* Check return value of SetProp() (fixes crash reported in github issue #577) + Version 11.35.0 ===============