Skip to content

Commit

Permalink
Prepped 4.0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
norman committed Nov 5, 2013
1 parent ee00d3b commit 4e61178
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion lib/haml/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Haml
VERSION = "4.0.3"
VERSION = "4.0.4"
end

0 comments on commit 4e61178

Please sign in to comment.