From 7e7916a47a164314ac73c9bccdfd4a133abf0753 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Sat, 27 Jun 2020 20:49:54 +0200 Subject: [PATCH] Updated changelog. --- Changelog | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/Changelog b/Changelog index ef4825764..10bfc476b 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,17 @@ +0.26.7 (2020-xx-xx): + +* Bugfix: %GITHUB%/issues/493 + LVS asserted on MacOS +* Enhancement: MacOS compatibility + Some bug fixed that happened specifically on MacOS. + 1.) A segfault that happened in LVS + 2.) Some classes were not properly registered for usage in scripts. +* Enhancement: LVS netlist compare + The algorithm was improved to provide better reproducibility. The + detection of matching paths in the presence of ambiguities was + improved. + 0.26.6 (2020-06-05): * Enhancement: %GITHUB%/issues/522