From 38df5aa39203e4b8d2bb6037dfc48f26e7bed9d6 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 4 May 2025 23:06:22 +0200 Subject: [PATCH] Updating changelog for 0.30.1 --- Changelog | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog b/Changelog index 387183e50..8357044b8 100644 --- a/Changelog +++ b/Changelog @@ -1,16 +1,17 @@ 0.30.1 (2025-04-27): +* Bugfix: %GITHUB%/issues/2038 DEdgePairWithProperties not working properly in scripts * Bugfix: %GITHUB%/issues/2011 Some DRC bugs fixed * Bug: %GITHUB%/issues/2014 Bug fixes in LEF/DEF reader * Enhancement: %GITHUB%/issues/2016 Lazy evaluation of PCell also when changing guiding shape properties * Enhancement: %GITHUB%/issues/2019 Support for Qt 6.9 -* Bugfix: %GITHUB%/issues/2020 String weak ordering issue fixed in edge processor +* Bugfix: %GITHUB%/issues/2020 Strict weak ordering issue fixed in edge processor * Enhancement: %GITHUB%/issues/2024 Option to configure grid density * Bugfix: %GITHUB%/issues/2025 Brackets get added in List type PCell parameter edit field * Bugfix: %GITHUB%/issues/2026 Display is dead after opening 2.5d view * Bugfix/Enhancement: some updates of "strmxor" tool - strmxor was giving wrong results if cell variants are present where one variant is covered entirely by a large shape - - parallelization now happens on a per-layer basis (same as for + - Parallelization now happens on a per-layer basis (same as for XOR tool in KLayout) - Shape count was not consistent in deep mode - All buddy tools print total runtime with -d11