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

Update change log to fix "typo"

Looks like a typo in the changelog, though I think you may have coined a new term for future use.
This commit is contained in:
Joey Geiger 2015-08-21 10:31:02 -06:00
parent b0cdd4cc86
commit d5bf25e997

View file

@ -5,7 +5,7 @@ HEAD
- Activate sessions in Sinatra for CSRF protection. See issue #2460
if you see a Rails error with `ActionDispatch::Request::Session`
on upgrade. This is a Rails incompatibility with Rack and not a
Sidekiq bug. The issue contains a moneypatch workaround. [#2460]
Sidekiq bug. The issue contains a monkeypatch workaround. [#2460]
3.4.2
-----------