You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/03/06 16:22:56 UTC

svn commit: r634299 - /myfaces/orchestra/trunk/core/RELEASE-NOTES.txt

Author: skitching
Date: Thu Mar  6 07:22:55 2008
New Revision: 634299

URL: http://svn.apache.org/viewvc?rev=634299&view=rev
Log:
Add info about facelets

Modified:
    myfaces/orchestra/trunk/core/RELEASE-NOTES.txt

Modified: myfaces/orchestra/trunk/core/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/myfaces/orchestra/trunk/core/RELEASE-NOTES.txt?rev=634299&r1=634298&r2=634299&view=diff
==============================================================================
--- myfaces/orchestra/trunk/core/RELEASE-NOTES.txt (original)
+++ myfaces/orchestra/trunk/core/RELEASE-NOTES.txt Thu Mar  6 07:22:55 2008
@@ -20,7 +20,9 @@
 $Id$
 
 
-== 1.1 ==
+= 1.1 =
+
+== Backwards Compatibility ==
 
 This release is backwards-compatible for normal use of Orchestra, but does make
 some changes in core classes that will affect people who have modified the internal
@@ -102,4 +104,9 @@
 
 Previously it was possible to define a ViewControllerManager overriding instance as a
 JSF managed-bean. Now it must be defined in Spring.
+
+=== Facelets Support ===
+
+A facelets taglib.xml file is now provided, so orchestra tags can be used with
+JSF+Facelets.