We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f479c2f commit fd61876Copy full SHA for fd61876
CHANGES.md
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
5
## [Unreleased]
6
* Added CHANGES.md to track changes between releases.
7
* Added the collection of performance statistics.
8
+* Added bdd_used_nodes_count() that counts the number of used nodes.
9
+* Replaced static CACHESTATS by non-static cachestats.enabled, which is adaptable by user.
10
+* Removed shutdown hook from JFactory.
11
+* Changed Cache statistics from int to long.
12
+* Added opAccess statistic to cache statistics.
13
14
## [1.0.1] - 2020-03-17
15
* Updated SCM URL for proper Maven Central metadata.
0 commit comments