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
+1-5
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [Unreleased]
8
8
9
-
## [2.0.3] - 2021-07-17
9
+
## [2.0.2] - 2021-07-17
10
10
### Changed
11
11
- reverting `Base.catch_backtrace()` to `Base.catch_stack()` everywhere. Apparently this is really only an issue on julia nightly and should not be changed in julia 1.6. Hence reverting everything.
12
12
13
-
## [2.0.2] - 2021-07-17
14
-
### Fixed
15
-
- using `Base.catch_backtrace()` now also in `@TryCatch`
16
-
17
13
## [2.0.1] - 2021-07-16
18
14
### Changed
19
15
- using `Base.catch_backtrace()` now instead of `Base.catch_stack()` which got deprecated
0 commit comments