This is an automated email from the ASF dual-hosted git repository. cbrisson pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/velocity-engine.git
commit b9bdb4092d62324f45ee7b7de0757c948f042bd5 Author: Claude Brisson <[email protected]> AuthorDate: Sat Feb 27 11:49:24 2021 +0100 [engine] Update changelog --- src/changes/changes.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index de00a34..c1407aa 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -25,6 +25,23 @@ </properties> <body> + <release version="2.3" date="unreleased"> + <action type="fix" dev="cbrisson" issue="VELOCITY-927"> + Fix parser bug (newline and space inside an empty inline map definition). + </action> + <action type="new" dev="cbrisson" issue="VELOCITY-933"> + Backported Spring framework Velocity Engine integration classes from Spring 4.x, in the new module <code>spring-velocity-support</code>. + </action> + <action type="fix" dev="wglass" issue="VELOCITY-931"> + Let SecureUberspector block methods on ClassLoader and subclasses. + </action> + <action type="new" dev="cbrisson" due-to="mgrigorov"> + Added Travis CI. + </action> + <action type="fix" dev="cbrisson" due-to="donnerpeter"> + Don't leak classes via Stop.STOP_ALL stack trace. + </action> + </release> <release version="2.2" date="2020-02-02"> <action type="new" dev="cbrisson"> Deprecated 2.1 flag <code>velocimacro.arguments.preserve_literals</code> in favor of
