mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Prepare for 4.0.2 release
This commit is contained in:
parent
17b63fb5f0
commit
fb0c8328a0
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
# Haml Changelog
|
||||
|
||||
## 4.0.2 (Unreleased)
|
||||
## 4.0.2
|
||||
|
||||
Released April 5, 2013 ([diff](https://github.com/haml/haml/compare/4.0.1...4.0.2)).
|
||||
|
||||
* Explicitly require Erubis to work around bug in older versions of Tilt.
|
||||
* Fix :erb filter printing duplicate content in Rails views.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Haml
|
||||
VERSION = "4.0.1"
|
||||
VERSION = "4.0.2"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue