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

update Changes.md

This commit is contained in:
Max Spransy 2012-02-09 14:39:25 -06:00
parent 7fc2601421
commit 3eb4280c83

View file

@ -8,3 +8,5 @@
- Refactored middleware support, introducing ability to add client/server middleware (Ryan)
- Added middleware for ignoring duplicate jobs (Ryan)
- Added middleware for displaying jobs in resque-web dashboard (Max)
- Added redis namespacing support (Max)