This is an automated email from the ASF dual-hosted git repository. henrib pushed a commit to tag 2.1.1 in repository https://gitbox.apache.org/repos/asf/commons-jexl.git
commit 2b75e4881830be259f866fd34add789e237caec7 Author: Sebastian Bazley <s...@apache.org> AuthorDate: Thu Dec 15 23:39:28 2011 +0000 Add missing new feature git-svn-id: https://svn-us.apache.org/repos/asf/commons/proper/jexl/branches/2.0@1214990 13f79535-47bb-0310-9956-ffa450edef68 --- RELEASE-NOTES.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 7d3676e..972e239 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -54,7 +54,8 @@ What's new in 2.1: * Extensions to UnifiedJEXL that allow the creation of templates. New features in 2.1: -==================== +==================== +* JEXL-121: Add simple template features [this was missing from the previous edition of these notes] * JEXL-114: Allow scripts to create local variables // Add return keyword * JEXL-113: Add functions to extract which variables, parameters and local variables are used to evaluate a script * JEXL-118: Provide an IN operator