This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-dbcp.git
The following commit(s) were added to refs/heads/master by this push:
new fbaa744 Update changelog
fbaa744 is described below
commit fbaa74401d061136713819f67c2ad6f02ae80ea9
Author: Mark Thomas <[email protected]>
AuthorDate: Thu Sep 17 11:57:14 2020 +0100
Update changelog
---
src/changes/changes.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 3268622..8a47c27 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -77,7 +77,10 @@ The <action> type attribute can be add,update,fix,remove.
</action>
<action dev="ggregory" type="fix" issue="DBCP-558"
due-to="louislatreille">
Fix DelegatingConnection readOnly and autoCommit caching mechanism #35.
- </action>
+ </action>
+ <action dev="markt" type="fix" due-to="Sebastian Haas">
+ Fix regression introduced by unreleased code clean-up #63.
+ </action>
<!-- update -->
<action dev="ggregory" type="update" due-to="DoiMasayuki, Alexander
Norz, Gary Gregory">
Update to PR#36 - PrepareStatement and prepareCall methods are
extracted #37.