mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Prepped 4.0.4 release
This commit is contained in:
parent
ee00d3be36
commit
4e61178f66
2 changed files with 6 additions and 2 deletions
|
@ -1,13 +1,17 @@
|
|||
# Haml Changelog
|
||||
|
||||
=======
|
||||
|
||||
## 4.0.4
|
||||
|
||||
* Parser fix to allow literal '#' with suppress_eval (Matt Wildig).
|
||||
Released on November 5, 2013 ([diff](https://github.com/haml/haml/compare/4.0.3...4.0.4)).
|
||||
|
||||
* Check for Rails::Railtie rather than Rails (thanks [Konstantin Shabanov](https://github.com/etehtsea)).
|
||||
* Parser fix to allow literal '#' with suppress_eval (Matt Wildig).
|
||||
* Helpers#escape_once works on frozen strings (as does
|
||||
ERB::Util.html_escape_once for which it acts as a replacement in
|
||||
Rails (thanks [Patrik Metzmacher](https://github.com/patrik)).
|
||||
* Minor test fix (thanks [Mircea Moise](https://github.com/mmircea16)).
|
||||
|
||||
## 4.0.3
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Haml
|
||||
VERSION = "4.0.3"
|
||||
VERSION = "4.0.4"
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue