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

update news #2134

Closed
wants to merge 6 commits into from
Closed

update news #2134

wants to merge 6 commits into from

Conversation

ycohn
Copy link
Contributor

@ycohn ycohn commented Mar 13, 2016

No description provided.

@@ -1,4 +1,4 @@
Releasing paperclip
Releasing paperclip
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is new trailing white space here. Can you please remove it?

@tute tute mentioned this pull request Mar 13, 2016

5.0.0.beta1:
* Removed support for AWS v1
* Rails Versioning: Removed support for Rails 3.2 and 4.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • Rails Versioning: Removed support for Rails 3.2 and 4.1

I'd phrase this as "Remove support for end-of-life'd Rails 3.2 and 4.1".

@tute
Copy link
Contributor

tute commented Mar 13, 2016

There are at least these more changes to add to the NEWS:

* `url` on a unpersisted record returns `default_url` rather than `nil`
* Bugfix for image magick scaling images up

@@ -1,3 +1,3 @@
module Paperclip
VERSION = "4.3.1" unless defined? Paperclip::VERSION
VERSION = "5.0.0.beta1" unless defined? Paperclip::VERSION

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Freeze mutable objects assigned to constants.

@tute
Copy link
Contributor

tute commented Mar 13, 2016

Some changes to make: I'd make it the present tense for consistency with the rest of the file.

I'd move together all the removals:

* Drop support for end-of-life'd Ruby 2
* Remove tests for JRuby and Rubinius from Travis CI (they were failing)
* Remove support for end-of-life'd Rails 3.2 and 4.1
* Remove support for AWS v1 

And, more items to add:

* Bugfix: Original file could be unlinked during `post_process_style`, producing failures
* Memory consumption improvements

Thanks so much! This is great work.

* Drop support for end-of-life'd Ruby 2
* Remove tests for JRuby and Rubinius from Travis CI (they were failing)
* Remove support for end-of-life'd Rails 3.2 and 4.1
* Remove support for AWS v1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nitpick: I think "Drop" will read better than "Remove".

@tute
Copy link
Contributor

tute commented Mar 23, 2016

Can you please squash your commits together? Let me know if you need help.
Then I'll merge.
Thanks for your help!

@tute tute closed this in 266692e Mar 23, 2016
@tute
Copy link
Contributor

tute commented Mar 23, 2016

Squashed for you, releasing 5.beta1 soon. Thanks for your help!

@ycohn
Copy link
Contributor Author

ycohn commented Mar 23, 2016

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants