Update release notes for 1.1 RC4

This commit is contained in:
mpollack
2014-07-07 23:26:00 -04:00
parent 8667186ef9
commit c79840dad6

View File

@@ -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