From 02b129d48fbefb57d08f4bc412700ddfa24a159b Mon Sep 17 00:00:00 2001 From: James Cherry Date: Mon, 14 Sep 2020 09:44:16 -0700 Subject: [PATCH] ChangeLog --- doc/ChangeLog.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/ChangeLog.txt b/doc/ChangeLog.txt index eb0a14a0..fb74aca2 100644 --- a/doc/ChangeLog.txt +++ b/doc/ChangeLog.txt @@ -3,6 +3,18 @@ OpenSTA Timing Analyzer Release Notes This file summarizes user visible changes for each release. +Release 2.2.0 2020/07/18 +------------------------- + +The report_units reports the current units used by commands. + + report_units + +The report_check_types -min_fanout -max_fanout -max_capacitance -min_capacitance + + report_check_types [-min_fanout] [-max_fanout] [-max_capacitance] [-min_capacitance] + + Release 2.0.0 2018/09/28 -------------------------