This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-pool.git
commit 2c86a447937dce72f169a8195c74241aca9f39b4 Author: Gary Gregory <[email protected]> AuthorDate: Thu Jul 20 19:54:53 2023 -0400 Deprecations from version 2.x have been removed. --- src/changes/changes.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c97d4741..c44a7827 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,10 @@ The <action> type attribute can be add,update,fix,remove. </properties> <body> <release version="3.0.0" date="2023-MM-DD" description="This is a feature and maintenance release (Java 8)."> + <!-- REMOVE --> + <action dev="ggregory" type="remove"> + Deprecations from version 2.x have been removed. + </action> </release> <release version="2.12.0" date="2023-MM-DD" description="This is a feature and maintenance release (Java 8)."> <!-- FIX -->
