Updated Changelog.

This commit is contained in:
Matthias Koefferlein 2018-09-26 20:57:50 +02:00
parent d676e4ec8a
commit 02c9661e25
1 changed files with 3 additions and 1 deletions

View File

@ -1,9 +1,11 @@
0.25.5 (2018-09-19):
0.25.5 (2018-09-26):
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/162
GDS2 LIBNAME was not maintained on "File/Save".
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/166
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: some potential memory corruption issues fixed
During the efforts for making the code base compatible
with MSVC, some potential candidates for memory corruption