summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2023-03-20 18:41:06 +0000
committerYann Ylavic <ylavic@apache.org>2023-03-20 18:41:06 +0000
commit16526f7b3690cce63f8272f1fa58fe45ae36f08a (patch)
tree23f201b12c256b6a3c1b2b7a16f9c30273bada9f
parent195b2adae8ef25fc61fbcaf8365781305dde4a2f (diff)
downloadapr-16526f7b3690cce63f8272f1fa58fe45ae36f08a.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