Updated Changelog (merge from master)

This commit is contained in:
Matthias Koefferlein 2018-10-14 23:52:08 +02:00
parent 90c03140b3
commit 69c5088278
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@
Performance issue with many layers with width >1
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/175
Painting issue with texts
* Bugfix: https://github.com/klayoutmatthias/klayout/issues/185
Hash values available as __hash__ standard method now
for Python
* Bugfix: some potential memory corruption issues fixed
During the efforts for making the code base compatible
with MSVC, some potential candidates for memory corruption