1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Mention the error handler context change in 4.2.3. (#3313)

This commit is contained in:
Adam Prescott 2017-01-11 15:10:23 -05:00 committed by Mike Perham
parent efadb9ac69
commit 74d8bf2ef7

View file

@ -52,6 +52,7 @@ Sidekiq::Web.set :sessions, false
- Fix Web UI sharding support broken in 4.2.2. [#3169]
- Fix timestamps not updating during UI polling [#3193, shaneog]
- Relax rack-protection version to >= 1.5.0
- Provide consistent interface to exception handlers, changing the structure of the context hash. [#3161]
4.2.2
-----------