From 330dac8c74fc707cb81684cf48fce209e23539a6 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sun, 30 Sep 2018 20:26:25 +0200 Subject: [PATCH] Updated Changelog. --- Changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Changelog b/Changelog index df9613b49..3b7cbfe4a 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -0.25.5 (2018-09-26): +0.25.5 (2018-09-30): * Bugfix: https://github.com/klayoutmatthias/klayout/issues/162 GDS2 LIBNAME was not maintained on "File/Save". @@ -6,6 +6,10 @@ Internal error when writing GDS files (breaking of polygons) * Bugfix: https://github.com/klayoutmatthias/klayout/issues/172 DEF reader did not pull vias from LEF +* Bugfix: https://github.com/klayoutmatthias/klayout/issues/174 + Performance issue with many layers with width >1 +* Bugfix: https://github.com/klayoutmatthias/klayout/issues/175 + Painting issue with texts * Bugfix: some potential memory corruption issues fixed During the efforts for making the code base compatible with MSVC, some potential candidates for memory corruption