From d5bf25e99749c8217ebd93baa740cdb3e91ae8bd Mon Sep 17 00:00:00 2001 From: Joey Geiger Date: Fri, 21 Aug 2015 10:31:02 -0600 Subject: [PATCH] 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. --- Changes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 4104cf51..21c4dde5 100644 --- a/Changes.md +++ b/Changes.md @@ -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 -----------