From b029c06b094727fa8d87fe5703b48b09eb450613 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 25 Aug 2018 23:13:14 +0200 Subject: [PATCH] Updated changelog. --- Changelog | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index 5cdd0c0d3..e3c628f40 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -0.25.4 (2018-07-28): +0.25.4 (2018-08-25): * Bugfix: https://github.com/klayoutmatthias/klayout/issues/121 Issue with multiple reads of GDS2 layouts including PCells * Bugfix: https://github.com/klayoutmatthias/klayout/issues/134 @@ -18,12 +18,19 @@ Wrong font is used * Bugfix: https://github.com/klayoutmatthias/klayout/issues/152 Shapes#size reported a wrong shape count in viewer mode +* Bugfix: https://github.com/klayoutmatthias/klayout/issues/153 + Application crash when editing guiding shape properties * Bugfix: https://github.com/klayoutmatthias/klayout/issues/155 Program freezes after replacing nothing by something in Macro editor * Bugfix: https://github.com/klayoutmatthias/klayout/issues/157 "Replace cell with ..." rejected cell names with a library prefix +* Bugfix: https://github.com/klayoutmatthias/klayout/issues/158 + Repaint issue on cell context +* Bugfix: https://github.com/klayoutmatthias/klayout/issues/159 + Tech specific macros and DRC scripts were not shown in tech + manager * Bugfix: 8 bit indexed GIF images can be used for package icons now * Enhancement: Provide a way to specify the type of a macro This feature is mainly useful for command line arguments.