From f7060df3c2d60dcaa5680f7f37d2489f998cfeb6 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 11 Feb 2024 15:35:46 +0100 Subject: [PATCH] Preparations for 0.28.16 --- Changelog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog b/Changelog index b73aa80de..facfb0c64 100644 --- a/Changelog +++ b/Changelog @@ -9,6 +9,10 @@ * Bugfix: %GITHUB%/issues/1602 [Qt6] Cannot normally quit the main application window * Bugfix: %GITHUB%/issues/1594 "connect" (in flat mode) + multiple top cells give an error message * Bugfix: %GITHUB%/issues/1592 DXF file parsing error, about spline curve +* Enhancement: DRC enhancements related to touching edges + * New DRC function switches: "without_touching_corners", "without_touching_edges" + to skip width and space errors at kissing corners and touching-edge configurations + * Kissing corners are now detected also in non-collinear edge configurations * Bugfix: fixed rendering of color selection buttons on High-DPI screens * Bugfix: cross-hair cursor should not use selection default line width and styles * Enhancement: OASIS reader errors out on broken OASIS with duplicate CELLNAMEs