NEWS in kt-paperclip-7.0.0 vs NEWS in kt-paperclip-7.0.1
- old
+ new
@@ -1,4 +1,7 @@
+[UNRELEASED]
+Issue file delete only once per unique style when nullifying attachment or destroying an object. Avoids triggering a rate limit error on Google Cloud Storage.
+
7.0.0 (2021-05-28)
* Replace `mimemagic` gem with `marcel` due to licensing issues. See https://github.com/kreeti/kt-paperclip/pull/54 for details and limitations
6.4.1 (2021-01-30)
* Improvement: Use URI.open in ruby > 2.5 (PR #45)