Skip to content

Commit

Permalink
Release responders v0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
José Valim committed Mar 16, 2012
1 parent f362451 commit 586e9cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## 0.9

* Disable namespace lookup by default

## 0.8

* Allow embedded HTML in flash messages
Expand Down
6 changes: 0 additions & 6 deletions README.md
Expand Up @@ -44,12 +44,6 @@ This responder is activated in all non get requests. By default it will use the
config.responders.flash_keys = [ :success, :failure ]
```

Or:

```ruby
Responders::FlashResponder.flash_keys = [ :success, :failure ]
```

You can also have embedded HTML. Just create a `_html` scope.

```yaml
Expand Down
2 changes: 1 addition & 1 deletion lib/responders/version.rb
@@ -1,3 +1,3 @@
module Responders
VERSION = "0.8.0".freeze
VERSION = "0.9.0".freeze
end

0 comments on commit 586e9cd

Please sign in to comment.