mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Prepared 4.0.3 release
[ci skip]
This commit is contained in:
parent
2caff9087a
commit
b097adf972
2 changed files with 4 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Haml
|
||||
VERSION = "4.0.2"
|
||||
VERSION = "4.0.3"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue