From 2edf0459aad2eb4bf40a4823c8fc16d7ade45a99 Mon Sep 17 00:00:00 2001 From: Tute Costa Date: Fri, 19 Aug 2016 12:05:06 -0400 Subject: [PATCH] README and NEWS update [ci skip] --- NEWS | 2 ++ README.md | 1 + 2 files changed, 3 insertions(+) diff --git a/NEWS b/NEWS index 85b113f1b..9fbf2779d 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ master: +5.1.0 (2016-08-19): + * 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) diff --git a/README.md b/README.md index 1f64d4c43..c1f76f6cb 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ https://github.com/thoughtbot/paperclip/releases - [Edit and New Views with Simple Form](#edit-and-new-views-with-simple-form) - [Controller](#controller) - [View Helpers](#view-helpers) + - [Checking a file exists](#checking-a-file-exists) - [Deleting an Attachment](#deleting-an-attachment) - [Usage](#usage) - [Validations](#validations)