Skip to content

Commit

Permalink
Version 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
eagletmt committed Mar 25, 2015
1 parent 8fd6358 commit 7892c77
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
@@ -1,7 +1,13 @@
## 0.2.3 (2015-03-25)
- Always escape texts in :escape filter
- It was not escaped when used in Rails
- `preserve` helper returns html_safe string in Rails
- For compatibility with haml's Haml::Helpers::XssMods

## 0.2.2 (2015-03-23)
- Fix attribute rendering when the key is in `:'foo-bar'` form
- Provide `preserve` method in view contexts
- For compatibility with haml's Haml::Helper
- For compatibility with haml's Haml::Helpers

## 0.2.1 (2015-03-23)
- Allow double rmnl
Expand Down
2 changes: 1 addition & 1 deletion lib/faml/version.rb
@@ -1,3 +1,3 @@
module Faml
VERSION = "0.2.2"
VERSION = "0.2.3"
end

0 comments on commit 7892c77

Please sign in to comment.