diff --git a/Changes.md b/Changes.md index 1e1f069e..e2a5787f 100644 --- a/Changes.md +++ b/Changes.md @@ -1,3 +1,17 @@ +3.0.0 +----------- + +- **Remove official support for Ruby 1.9** Things still might work but + I no longer actively test on it. +- Remove built-in support for Redis-to-Go. + Heroku users: heroku config:set REDIS\_URL REDISTOGO\_URL +- Removed 'sidekiq/yaml\_patch' +- Removed the 'started' worker data, it originally provided compatibility with resque-web + but overlaps the 'run_at' worker data. +- Remove built-in error integration for Airbrake, Honeybadger, ExceptionNotifier and Exceptional + + + 2.17.4 -----------