diff -r 322d0feea350 -r 89ef5ed3c48b src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.template.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/cm/media/js/lib/yui/yui_3.10.3/releasenotes/HISTORY.template.md Tue Jul 16 14:29:46 2013 +0200 @@ -0,0 +1,50 @@ +Template Change History +======================= + +3.10.3 +------ + +* No changes. + +3.10.2 +------ + +* No changes. + +3.10.1 +------ + +* No changes. + +3.10.0 +------ + +* No changes. + +3.9.1 +----- + +* No changes. + +3.9.0 +----- + +* No changes. + +3.8.1 +----- + +* The number 0 (as opposed to the string "0") is no longer treated as an empty + value by Template.Micro. [Ticket #2533040] + +* Fixed a bug in Template.Micro that caused control characters like `\n` in + template strings to be improperly escaped in the compiled template. + +* Added the concept of default options to `Y.Template` via the following + constructor signature: `Y.Template(engine, defaults)`. + + +3.8.0 +----- + +* Initial release.