summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-20 18:41:06 +0000
committerylavic <ylavic@13f79535-47bb-0310-9956-ffa450edef68>2023-03-20 18:41:06 +0000
commit50f146723063642b158d9638af61bc470cc97f45 (patch)
tree23f201b12c256b6a3c1b2b7a16f9c30273bada9f
parent1d9d0ba451b5fff43b0eac81a4d68cfba718878f (diff)
downloadlibapr-50f146723063642b158d9638af61bc470cc97f45.tar.gz
Follow up to r1897207: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1908592 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 77f962663..d452e6c9f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,8 @@
-*- coding: utf-8 -*-
Changes for APR 2.0.0
+ *) New APR_THREAD_LOCAL and apr_thread_current*() API. [Yann Ylavic]
+
*) apr_crypto_openssl: Compatibility with OpenSSL 3. [Yann Ylavic]
*) apr-1-config: Fix crosscompiling detection in apr-1-config. PR 66510