README.md in capistrano3-puma-0.5.1 vs README.md in capistrano3-puma-0.6.0

- old
+ new

@@ -65,9 +65,10 @@ Ensure that the following directories are shared (via ``linked_dirs``): tmp/pids tmp/sockets log ## Changelog +- 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) - 0.4.0: Multi-bind support