From e60f00027704298455c039e111d96bcf46e12822 Mon Sep 17 00:00:00 2001 From: Tute Costa Date: Sat, 12 Mar 2016 13:55:38 -0500 Subject: [PATCH] Link v4.3 release notes to that branch Related with https://github.com/thoughtbot/paperclip/issues/2122 [ci skip] --- NEWS | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index 44405deaa..c50a24e49 100644 --- a/NEWS +++ b/NEWS @@ -10,14 +10,10 @@ master: s3_region may be nested in s3_credentials, and (if not nested in s3_credentials) it may be a Proc. -4.3.1 (2015-09-09): - -* Backport of bugfix to `remove_column`, so it works in Rails 3 and 4 - c740fb171fe2f88c60b999d2a1c2122f2b8f43e9 -* Fix GeometryParser regex for usage of '@>' flag -* `url` on a unpersisted record returns default_url -* spec deprecation warnings and failures -* README adjustments +4.3 + +See patch versions in v4.3 NEWS: +https://github.com/thoughtbot/paperclip/blob/v4.3/NEWS 4.3.0 (2015-06-18):