From 305ce1ae65b51705f933c40f2cf4d803dc11538a Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 10 Feb 2016 22:29:03 -0600 Subject: [PATCH] Update What's New Section Fixes gh-341 --- docs/src/docs/asciidoc/index.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/docs/asciidoc/index.adoc b/docs/src/docs/asciidoc/index.adoc index 2e5f01b..f6958cb 100644 --- a/docs/src/docs/asciidoc/index.adoc +++ b/docs/src/docs/asciidoc/index.adoc @@ -24,7 +24,7 @@ Additional features include: == What's New in 1.1 -Below are the highlights of what is new in Spring Session 1.1. You can find a complete list in the https://github.com/spring-projects/spring-session/issues?utf8=%E2%9C%93&q=milestone%3A%221.1.0+M1%22[changelog]. +Below are the highlights of what is new in Spring Session 1.1. You can find a complete list of what's new in https://github.com/spring-projects/spring-session/issues?utf8=%E2%9C%93&q=milestone%3A%221.1.0+M1%22[1.1.0 M1] and https://github.com/spring-projects/spring-session/issues?utf8=%E2%9C%93&q=milestone%3A%221.1.0+RC1%22[1.1.0 RC1] by referring to the changelog. * https://github.com/spring-projects/spring-session/issues/148[#148] - Added <> * https://github.com/spring-projects/spring-session/issues/7[#7] - link:guides/findbyusername.html[Query by Username] @@ -36,6 +36,7 @@ Below are the highlights of what is new in Spring Session 1.1. You can find a co * https://github.com/spring-projects/spring-session/pull/218[#218] - Allow scoping the session in Redis using <> * https://github.com/spring-projects/spring-session/issues/273[#273] - Allow writing to Redis immediately (instead of lazily) using <> * https://github.com/spring-projects/spring-session/issues/272[#272] - Add `ExpiringSession.setLastAccessedTime(long)` +* https://github.com/spring-projects/spring-session/pull/349[#349] - Added https://gitter.im/spring-projects/spring-session[Gitter Room] for discussing Spring Session [[samples]] == Samples and Guides (Start Here)