README.md in capistrano3-puma-0.6.0 vs README.md in capistrano3-puma-0.6.1
- old
+ new
@@ -65,9 +65,10 @@
Ensure that the following directories are shared (via ``linked_dirs``):
tmp/pids tmp/sockets log
## Changelog
+- 0.6.1: added :puma_default_hooks, you can turn off the automatic hooks by setting it false
- 0.6.0: Remove `daemonize true` from default puma.rb file. Explicitly pass `--daemon` flag when needed.
- 0.5.1: Added worker_timeout option
- 0.5.0: Bugs fixes
- 0.4.2: Fix monit template to support chruby
- 0.4.1: Fix puma jungle (debian)