changelog.md in sentry-raven-2.12.3 vs changelog.md in sentry-raven-2.13.0
- old
+ new
@@ -1,8 +1,16 @@
+2.13.0
+----
+
+* FIX: Sanitize event data before they are sent to async job. [@edariedl, #895]
+* FIX: Serialization MongoDB ObjectId to JSON problem with gem delayed_job_mongoid conjunction. [@eagleas, #935]
+* FEAT: Skip ActiveJob integration if there is a better one [@fsateler, #909]
+* FIX: Bugs with send_event in asynchronous mode (#940) [@cstyles, #940]
+
2.12.3
----
-*FIX: crash when Process.wait is used [@asBrettisay, #895]
+* FIX: crash when Process.wait is used [@asBrettisay, #895]
2.12.2
----
* FIX: return tags/extra for [@rivayama, #931]