You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,17 @@
1
-
## 2.2.0
1
+
## 2.3.0 (09/05/2017)
2
+
3
+
Bugfixes
4
+
- Fix issue preventing affected users for a crash report from showing up in the affected users page ([#119](https://github.com/MindscapeHQ/raygun4ruby/pull/119))
5
+
6
+
## 2.2.0 (05/05/2017)
2
7
3
8
Features
4
9
- Opt in support for sending exceptions in a background thread to not block web request thread during IO ([#117](https://github.com/MindscapeHQ/raygun4ruby/pull/117))
5
10
6
11
Bugfixes
7
12
- Don't attempt to read raw data during GET requests or if rack.input buffer is empty
8
13
9
-
## 2.1.0
14
+
## 2.1.0 (27/04/2017)
10
15
11
16
Features
12
17
- Ability to record breadcrumbs in your code that will be sent to Raygun along with a raised exception ([#113](https://github.com/MindscapeHQ/raygun4ruby/pull/113))
0 commit comments