Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 266692e

Browse files
ycohntute
authored andcommitted
Release version 5.0.0.beta1
Update NEWS. [fixes #2134] [ci skip]
1 parent d97a6c6 commit 266692e

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

NEWS

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
master:
1+
5.0.0.beta1
22

3+
* Drop support to end-of-life'd ruby 2.0.
4+
* Drop support for end-of-life'd Rails 3.2 and 4.1
5+
* Drop support for AWS v1
6+
* Remove tests for JRuby and Rubinius from Travis CI (they were failing)
37
* Improvement: Add `fog_options` configuration to send options to fog when
48
storing files.
5-
* Drops support to end-of-life'd ruby 2.0.
6-
* Improvement: Paperclip now supports aws-sdk v2
7-
@betesh, @davetchen,
9+
* Extracted repository for locales only: https://github.com/thoughtbot/paperclip-i18n
10+
* Bugfix: Original file could be unlinked during `post_process_style`, producing failures
11+
* Bugfix for image magick scaling images up
12+
* Memory consumption improvements
13+
* `url` on a unpersisted record returns `default_url` rather than `nil`
14+
* Improvement: aws-sdk v2 support
815
https://github.com/thoughtbot/paperclip/pull/1903
916

1017
If your Gemfile contains aws-sdk (>= 2.0.0) and aws-sdk-v1, paperclip will use

lib/paperclip/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paperclip
2-
VERSION = "4.3.1" unless defined? Paperclip::VERSION
2+
VERSION = "5.0.0.beta1" unless defined? Paperclip::VERSION
33
end

0 commit comments

Comments
 (0)