CHANGELOG.md in negroku-2.6.0 vs CHANGELOG.md in negroku-2.7.0

- old
+ new

@@ -2,12 +2,30 @@ Reverse Chronological Order: ## Unreleased -https://github.com/platanus/negroku/compare/v2.6.0...HEAD +https://github.com/platanus/negroku/compare/v2.7.0...HEAD +## `2.7.0` + +https://github.com/platanus/negroku/compare/v2.6.0...v2.7.0 + +FEAT: +- Adds support for puma as application server +- Adds simultaneous log stream support + For example you can call + `cap production logs` to get all application logs + `cap production logs:nginx` to get all nginx logs + `cap production logs:nginx:access` to get the nginx access logs only + +FIX: +- Show help when no command is used + +BREAKING CHANGES: +- Log task was renamed to `logs` + ## `2.6.0` https://github.com/platanus/negroku/compare/v2.5.5...v2.6.0 FEAT: @@ -92,20 +110,20 @@ ## `2.4.1` https://github.com/platanus/negroku/compare/v2.4.0...v2.4.1 FIX: -- Fix unicorn restart bug, thanks to @nicolasmery and @amosrivera +- Fix unicorn restart bug, thanks to @nicolasmery and @amosrivera ## `2.4.0` https://github.com/platanus/negroku/compare/v2.3.5...v2.4.0 FEATURE - Unicorn: adds a way to change cpu and memory eye check for unicorn FIXES -- Rbenv: +- Rbenv: - `rbenv:vars:show` will work even before the firts deploy, close #96 - Bulk environmental variables on stage creation, close #99 BREAKING CHANGES - By default negroku will load capistrano task with the `.rake` extension intead of `.cap` This will change only if you udpdate the `Capfile`