We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3921338 commit 7593998Copy full SHA for 7593998
CHANGELOG.md
@@ -1,5 +1,20 @@
1
# Changelog
2
3
+## 0.18.0
4
+
5
+- Upgrade most dependencies to their current versions (#183):
6
+ - `env_logger 0.7`
7
+ - `reqwest 0.10`
8
+ - `error-chain 0.12`
9
+ - `url 2.1`
10
+ - `sentry-types 0.14`
11
12
+- Remove the `log` and `env_logger` integration from default features (#183).
13
+- Fix backtraces for newer `failure` and `backtrace` versions (#183).
14
+- Fix compilation of the `with_rust_info` feature (#183).
15
+- Add "panics" sections to functions that may panic (#174).
16
+- Document all feature flags consistently.
17
18
## 0.17.0
19
20
- Upgrade findshlibs (#153)
0 commit comments