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 d4fe311 [CONFIGURATION-803] Java 8 lambda improvements and more #112. d4fe311 is described below commit d4fe31195285066f5ab9ae8de1a530147fd29978 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jun 26 11:33:23 2021 -0400 [CONFIGURATION-803] Java 8 lambda improvements and more #112. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index a18f18c..7524e03 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-803" type="update" dev="ggregory" due-to="Arturo Bernal"> + Java 8 lambda improvements and more #112. + </action> <action issue="CONFIGURATION-804" type="update" dev="ggregory" due-to="Arturo Bernal"> Redundant local variable #113. </action>