Skip to content

Commit

Permalink
changelog for v0.2.20
Browse files Browse the repository at this point in the history
  • Loading branch information
glebm committed Feb 24, 2014
1 parent 7de3c41 commit b71f35c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v0.2.20

* `rake i18n:usages` report

## v0.2.17..v0.2.19

* Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ locales: [es, fr]
On Rails, if locales are set in the config file, you can make i18n tasks a lot faster by adding this to `Rakefile`:

```ruby
# disable loading :environment for i18n-tasks:
# disable loading :environment for i18n-tasks
Rake::Task['i18n:setup'].clear_prerequisites
```

Expand Down

0 comments on commit b71f35c

Please sign in to comment.