Skip to content

Commit 5b403df

Browse files
committed
Merge pull request #225 from getsentry/0.11-changelog
0.11.0 Changelog entry
2 parents 12a0c14 + c976acd commit 5b403df

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.11.0
2+
------
3+
4+
- Raven now captures exceptions in Rake tasks automatically. [nateberkopec, troelskn #222]
5+
- There is now a configuration option called ```should_send``` that can be configured to use a Proc to determine whether or not an event should be sent to Sentry. This can be used to implement rate limiters, etc. [nateberkopec, #221]
6+
- Raven now includes three event processors by default instead of one, which can be turned on and off independently. [nateberkopec, #223]
7+
- Fixed bug with YAJL compatibility. [nateberkopec, #223]
8+
19
0.10.1
210
------
311

lib/raven/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Raven
2-
VERSION = "0.10.1"
2+
VERSION = "0.11.1"
33
end

0 commit comments

Comments
 (0)