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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
16
16
- The constructors `Const{ElementType}(value)` and `Identity{ElementType}(value)` had been removed already, however were still used. Maybe this now gave errors because of newer julia version, don't know, but now everything uses `Const(value)` and `Identity(value)` instead.
17
17
- fixed a couple of disambiguation errors which magically appeared after switching to Julia 1.6
18
18
19
+
### Changed
20
+
- Thrown now parameterises also the type of the stacktrace. This is going to change in upcoming julia version 1.7.
21
+
19
22
### Removed
20
23
-`Option{T}(value::T)` didn't work and is removed now, as it does not provide any benefit anylonger, which is a breaking change
21
24
-`Option{T}()` is also removed for completeness, which is a breaking change
0 commit comments