From e170985fb0dba5c4849fe7c290e35ff4a7256b70 Mon Sep 17 00:00:00 2001 From: mpollack Date: Tue, 15 Apr 2014 09:44:59 -0400 Subject: [PATCH] Update changelog for 1.1 RC2 release --- docs/src/info/changelog.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/src/info/changelog.txt b/docs/src/info/changelog.txt index 059c5b8a..c29518df 100644 --- a/docs/src/info/changelog.txt +++ b/docs/src/info/changelog.txt @@ -5,6 +5,12 @@ 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 RC1 (2014-4-15) +-------------------------------------- +** Bug +* [SHL-133] - Shell command "! ls /tmp" fails +* [SHL-135] - Key-less option corner case + Changes in version 1.1 RC1 (2014-4-2) -------------------------------------