summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2024-06-14 23:09:55 +0200
committerFrancis Dupont <fdupont@isc.org>2024-06-15 09:17:40 +0200
commit8c7da65347e41e1421265b7a676bdd5b4469874e (patch)
treef6021a99bfd1036bedf43a9c880a1e786e0b80e9 /ChangeLog
parent[#3328] Addressed review comments (diff)
downloadkea-8c7da65347e41e1421265b7a676bdd5b4469874e.tar.xz
kea-8c7da65347e41e1421265b7a676bdd5b4469874e.zip
[#3328] Added ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea81c86098..cb1b7c435d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2254. [func] tmark
+ Added two API commands to Perfmon hook library:
+ "perfmon-control" which can be used to enable
+ or disable monitoring and reporting at runtime;
+ and "perfmon-get-all-durations" which fetches
+ a snapshot of raw performance data.
+ (Gitlab #3328)
+
2253. [func] fdupont
Added the predicate token "match" which evaluates regular
expression matching to classification expression.