summaryrefslogtreecommitdiffstats
path: root/all
diff options
context:
space:
mode:
authorLeif Åstrand <legioth@gmail.com>2017-02-07 10:22:44 +0200
committerHenri Sara <henri.sara@gmail.com>2017-02-07 10:22:44 +0200
commit26a454e31c064e0f763701381cbe167e58d711b3 (patch)
tree1cdf5cb356a0defa75f653afcafbb9afd5fde7a7 /all
parent61938da3c22d62dc80c993a321ac2c6096510e08 (diff)
downloadvaadin-framework-26a454e31c064e0f763701381cbe167e58d711b3.tar.gz
vaadin-framework-26a454e31c064e0f763701381cbe167e58d711b3.zip
Mention removed ThreadLocal.setInheritable in release notes (#8466)
Fixes vaadin/framework8-issues#594
Diffstat (limited to 'all')
-rw-r--r--all/src/main/templates/release-notes.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/all/src/main/templates/release-notes.html b/all/src/main/templates/release-notes.html
index f5ba131990..7faa0ed163 100644
--- a/all/src/main/templates/release-notes.html
+++ b/all/src/main/templates/release-notes.html
@@ -155,6 +155,7 @@
<li><tt>SharedState</tt> and the getter methods for it have been added to each component, regardless of whether those are used for anything or not</li>
<li>The old liferay theme (Liferay 6.0 look) has been removed</li>
<li>FontAwesome icon constants have been deprecated, and will not be updated. It is replaced with <a href="https://vaadin.com/icons">Vaadin Icons</a> that are included in the Framework</li>
+ <li>It is no longer possible to configure a <tt>CurrentInstance</tt> to be automatically inherited into spawned threads.</li>
</ul>
<ul><h4>Component specific API changes</h4>
<li><tt>setDescription(String)</tt> now renders tooltip as inner text by default, instead of HTML. HTML can be still used by using <tt>setDescription(String, ContentMode)</tt></li>