CHANGELOG.md in paperweight-1.0.1 vs CHANGELOG.md in paperweight-1.0.2
- old
+ new
@@ -4,9 +4,13 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
+## [1.0.2] - 2018-09-04
+### Changed
+- Handle the case where an image has been removed or cleared before the post process job executes. In this case the job should bail out before attempting to download the file.
+
## [1.0.1] - 2018-08-15
### Changed
- Fixed `paperweight` to not break `paperclip` functionality when a record does not contain the `#*_processing` column.
- Simplified the post processing job to not require sending the URL manually, instead we can just use the record itself. This guaruntees that if the URL changes between the time the job is enqueued and the time the job is completed we don't end up with race conditions.