Silence compiler warning about discarded const

This commit is contained in:
Martin Vierula
2022-12-12 02:26:13 -08:00
parent 76ce55a675
commit 583b465fdb
2 changed files with 4 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
DD mmm YYYY - 2.9.x (to be released)
-------------------
* Silence compiler warning about discarded const
[Issue #2843 - @Steve8291, @martinhsv]
* Support for JIT option for PCRE2
[Issue #2840 - @martinhsv]
* Use uid for user if apr_uid_name_get() fails