CHANGELOG.markdown in image_optim-0.27.0 vs CHANGELOG.markdown in image_optim-0.27.1

- old
+ new

@@ -1,8 +1,12 @@ # ChangeLog ## unreleased +## v0.27.1 (2020-09-30) + +* Fixed atomic replacement for case when equal `File::Stat#dev` doesn't mean that file can be linked [#180](https://github.com/toy/image_optim/issues/180) [@toy](https://github.com/toy) + ## v0.27.0 (2020-08-27) * Use `.tmp` as the extension for temporary file if it needs to be created for atomic replacement [#178](https://github.com/toy/image_optim/issues/178) [@toy](https://github.com/toy) * Don't create a temporary file in destination directory for atomic replacement if temporary directory is on same device as destination [#178](https://github.com/toy/image_optim/issues/178) [@toy](https://github.com/toy)