Capistrano v3.0.0.pre9 Release Notes

    • Fixes a syntax error introduced with filtering (with tests) introduced in pre8. (@leehambley)

     3.0.0.pre8

    • Fixed a syntax where roles(:foo, :bar) was being mistaken as a filter (roles(:foo, :bar => nil). The correct syntax to use is: roles([:foo,:bar]) (@leehambley)