CHANGELOG.md in itamae-1.9.3 vs CHANGELOG.md in itamae-1.9.4
- old
+ new
@@ -1,5 +1,13 @@
+## v1.9.4
+
+Bugfixes
+
+- [Fix a bug that displays inappropriate diff in file deletion (by @takus)](https://github.com/itamae-kitchen/itamae/pull/200)
+- [Show diff on edit action of file resource in dry-run mode. (by @ryotarai)](https://github.com/itamae-kitchen/itamae/pull/197)
+- [Stop to call `chown --reference` and `chmod --reference` (by @yuichiro-naito)](https://github.com/itamae-kitchen/itamae/pull/193)
+
## v1.9.3
Improvements
- [Support redirect on http_request resource (by @hico-horiuchi)](https://github.com/itamae-kitchen/itamae/pull/190)
@@ -520,12 +528,12 @@
## v1.1.1
Features
- New resource `remote_directory` which transfers a directory from local to remote like `remote_file` resource. (by @k0kubun)
- - https://github.com/ryotarai/itamae/pull/66
+ - https://github.com/itamae-kitchen/itamae/pull/66
## v1.1.0
Incompatible changes
-- [`uid` and `gid` attributes of `user` resource accept only Integer. (by @ryotarai)](https://github.com/ryotarai/itamae/pull/65)
+- [`uid` and `gid` attributes of `user` resource accept only Integer. (by @eagletmt)](https://github.com/itamae-kitchen/itamae/pull/65)