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