Prepared 4.0.3 release

[ci skip]
This commit is contained in:
Norman Clarke 2013-05-21 10:27:25 -03:00
parent 2caff9087a
commit b097adf972
2 changed files with 4 additions and 2 deletions

View File

@ -2,8 +2,10 @@
## 4.0.3
Released May 21, 2013 ([diff](https://github.com/haml/haml/compare/4.0.2...4.0.3)).
* Compatibility with newer versions of Rails's Erubis handler.
* Fix Erubus handler for compatibility with Tilt 1.4.x, too.
* Fix Erubis handler for compatibility with Tilt 1.4.x, too.
* Small performance optimization for html_escape.
(thanks [Lachlan Sylvester](https://github.com/lsylvester))
* Documentation fixes.

View File

@ -1,3 +1,3 @@
module Haml
VERSION = "4.0.2"
VERSION = "4.0.3"
end