Mention single-stop gradients in the release notes

This is something people stumble over in their custom CSS.
This commit is contained in:
Matthias Clasen 2016-06-09 08:05:11 -04:00
parent 7246538a9c
commit 847f9f40cf

View File

@ -404,6 +404,12 @@
individual CSS properties: font-weight, font-size, font-family, etc.
</para>
<para>
The CSS parser now warns about some more constructs that are not according
to the CSS spec, such as gradients with a single color stop. Instead,
you can just use image(&lt;color&gt;).
</para>
<para>
The #GtkSizeGroup:ignore-hidden property has not been working properly
for a long time, and we've not documented it as broken and deprecated.