CHANGES: Adds info on: #2095

This commit is contained in:
Felipe Zimmerle 2021-01-15 15:15:11 -03:00
parent f80114a906
commit ba8119984a
No known key found for this signature in database
GPG Key ID: E6DFB08CE8B11277

View File

@ -1,6 +1,8 @@
DD mmm YYYY - 2.9.x (to be released)
------------------------------------
* Add microsec timestamp resolution to the formatted log timestamp
[Issue #2095 - @rainerjung]
* Store temporaries in the request pool for regexes compiled per-request.
[Issue #890, #2049 - @lightsey]
* Fix other usage of the global pool for request temporaries in re_operators.c