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-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 8d4c274 [CONFIGURATION-805] Use try with resource #114.
new f6abe30 Merge branch 'master' of
https://gitbox.apache.org/repos/asf/commons-configuration
8d4c274 is described below
commit 8d4c2741f7f4fa289433d3587f985c634d790639
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 26 11:28:22 2021 -0400
[CONFIGURATION-805] Use try with resource #114.
---
src/changes/changes.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6dd3054..f76ea1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,9 @@
<action issue="CONFIGURATION-795" type="update" dev="ggregory"
due-to="dpeger">
Computation of blank lines after header comment #82.
</action>
+ <action issue="CONFIGURATION-805" type="update" dev="ggregory"
due-to="Arturo Bernal">
+ Use try with resource #114.
+ </action>
<!-- ADD -->
<action type="update" dev="ggregory" due-to="SethiPandi">
Implement Iterable in ImmutableNode #74.