From c79840dad67e770b43604de18ac8dceb3c4920bb Mon Sep 17 00:00:00 2001 From: mpollack Date: Mon, 7 Jul 2014 23:26:00 -0400 Subject: [PATCH] Update release notes for 1.1 RC4 --- docs/src/info/changelog.txt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index ed91a8c6..87f8be2f 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -5,6 +5,22 @@ http://www.springsource.org/spring-shell Commit changelog: http://github.com/SpringSource/spring-shell/tree/[version] Issues changelog: http://jira.springsource.org/secure/ReleaseNote.jspa?projectId=10361 + +Changes in version 1.1 RC4 (2014-7-8) +------------------------------------- +** Bug +* [SHL-138] - Support unquoted doublequotes inside singles, and vice versa +* [SHL-140] - Fix completions for the "help" builtin command +* [SHL-153] - Date command should assume user localization. + +** Improvement +* [SHL-136] - Shell should indicate error location with a caret when possible +* [SHL-155] - Expose number of times the TAB key has been hit in completion + +** Task +* [SHL-154] - Update DateCommand test + + Changes in version 1.1 RC3 (2014-5-16) -------------------------------------- ** Bug