Commit 50635d35 by Prem Sichanugrist

Fix typos in the NEWS file

parent cc52a26c
......@@ -2,11 +2,11 @@ Unreleased:
* Bug fix: Uploading file with unicode file name now won't raise an error when
logging in the AWS is turned on.
* Bug fix: Task "paperclip:refresh:missing_styles" now work correctly
* Bug fix: Handle the case when :restricted_characters is nil
* Bug fix: Don't delete all the existing styles if we reprocess
* Bug fix: Content type is now ensured to not having a new line character
* API CHANGE: Non-Rails usage should include Paperclip::Glue directly
* Bug fix: Task "paperclip:refresh:missing_styles" now work correctly.
* Bug fix: Handle the case when :restricted_characters is nil.
* Bug fix: Don't delete all the existing styles if we reprocess.
* Bug fix: Content type is now ensured to not having a new line character.
* API CHANGE: Non-Rails usage should include Paperclip::Glue directly.
`Paperclip::Railtie` was intended to be used with Ruby on Rails only. If you're
using Paperclip without Rails, you should include `Paperclip::Glue` into
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment