changelog.md in sentry-raven-2.6.1 vs changelog.md in sentry-raven-2.6.2

- old
+ new

@@ -1,4 +1,12 @@ +2.6.2 +----- + +* BUGFIX: If using the Sidekiq or DelayedJob adapters with ActiveJob, ActiveJob wouldn't re-raise upon capturing an exception. [@nateberkopec, 5b02ad4ff2] + +* KNOWN ISSUE: When using `async`, Rack integration is not thread-safe [#721] +* KNOWN ISSUE: When using `async`, encoding errors may be raised [#725] + 2.6.1 ----- * BUGFIX: Fix cases where ActionDispatch::RemoteIP would blow up during event creation [@cmoylan, #722] * BUGFIX: In ActiveJob, don't report exceptions which can be rescued by rescue_from handlers [@bensheldon, #719]