Skip to content

Commit 8a90198

Browse files
committed
#24 #25 Reworked statistics and callbacks.
1 parent d9d1dfc commit 8a90198

File tree

3 files changed

+480
-234
lines changed

3 files changed

+480
-234
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [2.0.1] - unreleased
6+
7+
* Improved license headers, and related changes.
8+
* Completely reworked the statistics callbacks API.
9+
* No statistics callbacks are registered by default any more, but they are still available to be registered manually.
10+
* Added statistics callbacks for operation cache statistics, maximum used BDD node statistics and continuous performance statistics.
11+
* Removed non-callback use of garbage collection statistics, variable reordering statistics and continuous performance statistics.
12+
* The maximum used BDD nodes statistics are now properly copied when a `JFactory` is cloned.
13+
514
## [2.0.0] - 2021-10-28
615
* Added CHANGES.md to track changes between releases.
716
* Added the collection of platform-independent performance statistics.

0 commit comments

Comments
 (0)