Skip to content

Commit 83ef257

Browse files
Thrown changed
1 parent 45f67d8 commit 83ef257

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- 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.
1717
- fixed a couple of disambiguation errors which magically appeared after switching to Julia 1.6
1818

19+
### Changed
20+
- Thrown now parameterises also the type of the stacktrace. This is going to change in upcoming julia version 1.7.
21+
1922
### Removed
2023
- `Option{T}(value::T)` didn't work and is removed now, as it does not provide any benefit anylonger, which is a breaking change
2124
- `Option{T}()` is also removed for completeness, which is a breaking change

0 commit comments

Comments
 (0)