You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by gb...@apache.org on 2009/05/27 23:55:49 UTC

svn commit: r779334 - /incubator/pivot/trunk/RELEASE-NOTES

Author: gbrown
Date: Wed May 27 21:55:48 2009
New Revision: 779334

URL: http://svn.apache.org/viewvc?rev=779334&view=rev
Log:
Update release notes to include recent gradient encoding update.

Modified:
    incubator/pivot/trunk/RELEASE-NOTES

Modified: incubator/pivot/trunk/RELEASE-NOTES
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/RELEASE-NOTES?rev=779334&r1=779333&r2=779334&view=diff
==============================================================================
--- incubator/pivot/trunk/RELEASE-NOTES (original)
+++ incubator/pivot/trunk/RELEASE-NOTES Wed May 27 21:55:48 2009
@@ -66,6 +66,10 @@
 
 - Add a ByteArraySerializer for serializing arbitrary content, byte per byte
   (in a buffered way, if possible) (PIVOT-126).
+  
+- Added support for encoding basic gradient, stopped linear gradient, and 
+  stopped radial gradients via JSON. Encoded paints can be set as the background 
+  of a container as well as the fill or stroke of a shape (PIVOT-112). 
 
 
 Improvements