From aec974001d3cd8110a3f851997e20db34023d3b2 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Wed, 3 Jul 2024 23:02:22 +0200 Subject: [PATCH] Updating changelog --- Changelog | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 0442bc973..f3dacd61d 100644 --- a/Changelog +++ b/Changelog @@ -20,15 +20,16 @@ * Bugfix: Ruby binding - "return" inside block was behaving like "break". Now, "return" will leave the current function. * Enhancement: LVS layer naming now also accepts an optional layer/datatype information. -* Enhancement: XOR performance enhanced in deep mode for "almost same" - inputs. +* Enhancement: XOR performance enhanced in deep mode for "almost same" inputs. * Bugfix: Macro debugger now does not prevent paint events and screen refresh should work while debugging. In addition, the debugger does not deadlock the desktop when using the help browser's search function. Side effects are yet unknown - maybe debugging Qt event handlers now becomes less stable. -* Bugfix: During modal dialogs, the debugger's run/stop and step buttons - were not working. +* Bugfix: During modal dialogs, the debugger's run/stop and step buttons were not working. +* Enhancement: DRC size/sized now also accepts sizing mode as string. + For example "layer.sized(1.um, 'square_limit')" will work now. + Previously, this argument has been ignored. This will make the GF180 DRC deck work properly. 0.29.2 (2024-06-06): * Enhancement: %GITHUB%/issues/1724 Don't read duplicate LEF files