From e22bef7abd4066fc3ccf0baead550aecc96250eb Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 18 Apr 2021 20:34:39 +0200 Subject: [PATCH] Updated changelog. --- Changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Changelog b/Changelog index 080a87422..c319f6c93 100644 --- a/Changelog +++ b/Changelog @@ -92,10 +92,16 @@ to include partial DRC and LVS scripts without having to worry about variable scope. For details see "Including other files" in the documentation under: KLayout User Manual/Design Rule Check (DRC)/DRC Runsets. +* Bugfix: %GITHUB%/issues/771 + Fixed an issue with QByteArray/QVariant transformation in Qt binding * Bugfix: %GITHUB%/issues/750 PCB gerber import: Incorrect handling of D02 operations. +* Bugfix: %GITHUB%/issues/747 + Proper handling of comments in RVE DB reader * Bugfix: %GITHUB%/issues/740 Bug in the "smooth" function. +* Enhancement: %GITHUB%/issues/715 + A separate search range can be specified for box selections now * Enhancement: %GITHUB%/issues/691 Technology specific libraries: library name resolution based on technology. * Enhancement: %GITHUB%/issues/666