Commit f6d9c42e by Tute Costa

Release v5.1.0

Update NEWS file.

[ci skip]
parent 24fd0603
master: master:
* Add default `content_type_detector` to `UploadedFileAdapter` (#2270)
* Default S3 protocol to empty string (#2038)
* Don't write original file if it wasn't reprocessed (#1993) * Don't write original file if it wasn't reprocessed (#1993)
* Disallow trailing newlines in regular expressions (#2266) * Disallow trailing newlines in regular expressions (#2266)
* Support for readbyte in Paperclip attachments (#2034) * Support for readbyte in Paperclip attachments (#2034)
......
module Paperclip module Paperclip
unless defined?(Paperclip::VERSION) unless defined?(Paperclip::VERSION)
VERSION = "5.0.0".freeze VERSION = "5.1.0".freeze
end end
end end
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