From: <dr...@us...> - 2002-11-25 05:26:32
|
Update of /cvsroot/webmacro/webmacro/distroot In directory sc8-pr-cvs1:/tmp/cvs-serv1091/distroot Modified Files: RELEASE-NOTES Log Message: update release notes to reflect changes to #if Index: RELEASE-NOTES =================================================================== RCS file: /cvsroot/webmacro/webmacro/distroot/RELEASE-NOTES,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** RELEASE-NOTES 16 Nov 2002 20:07:43 -0000 1.13 --- RELEASE-NOTES 25 Nov 2002 05:26:29 -0000 1.14 *************** *** 27,35 **** - WMServlet.doGet() is no longer "final" (eric) ! - logging API now accepts "Throwable"s instead of "Exception"s. (eric) This one might require you to recompile your classes. - the syntax for #default has changed to: #default $x = 3 Changes Prior to this Release --- 27,39 ---- - WMServlet.doGet() is no longer "final" (eric) ! - logging API now accepts Throwable instead of Exception. (eric) This one might require you to recompile your classes. - the syntax for #default has changed to: #default $x = 3 + + - #if now honors the exception handling rules of the active EvaluationExceptionHandler. (eric) + For example, #if($foo.noSuchMethod()) now throws exceptions when using Default and CrankyEEH + whereas previously it did not. Changes Prior to this Release |