summaryrefslogtreecommitdiffstats
path: root/WebContent
diff options
context:
space:
mode:
authorLeif Åstrand <leif@vaadin.com>2015-01-09 23:16:49 +0200
committerVaadin Code Review <review@vaadin.com>2015-01-11 11:35:10 +0000
commit9553977a834f029dc9238fcddea7d8c1a3a1e9c1 (patch)
tree6680f63022acd6e3c5f4d21962e2aae5ee4b5b0b /WebContent
parentacffa172b9027cc151cf752867eadabfe896c805 (diff)
downloadvaadin-framework-9553977a834f029dc9238fcddea7d8c1a3a1e9c1.tar.gz
vaadin-framework-9553977a834f029dc9238fcddea7d8c1a3a1e9c1.zip
Mention scss cache in release notes (#15228)
Change-Id: I1b0fc70632d82e7a656cdc61f00a75dda3cc316c
Diffstat (limited to 'WebContent')
-rw-r--r--WebContent/release-notes.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/WebContent/release-notes.html b/WebContent/release-notes.html
index 7be74ee1ed..8e6385684f 100644
--- a/WebContent/release-notes.html
+++ b/WebContent/release-notes.html
@@ -114,7 +114,8 @@
<li>@Viewport annotation for declaratively defining a mobile viewport definition for a UI.</li>
<li>Component captions, TabSheet/Accordion tab captions and Calendar event captions can be configured to be displayed as HTML.</li>
<li>Selects use converters when presenting itemids.</li>
- <li>Improved performance when server response contains no visual changing (e.g. empty polling responses).</li>
+ <li>Improved performance when server response contains no visual changes (e.g. empty polling responses).</li>
+ <li>Development time on-the-fly scss compilation cache may now be preserved when redeploying or restarting the server.</li>
<li>Unified JSON library for using the same API in both server-side and client-side code.</li>
<li>Range validators and converters for additional numerical types.</li>
<li>Support for fine grained add/remove item events in in-memory containers.</li>