-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog 1.3.1 — 13th of February 2023 | ||
|
||
!!! info inline end "[See release on GitHub]" | ||
[See release on GitHub]: https://github.com/CuyZ/Valinor/releases/tag/1.3.1 | ||
|
||
Bugfix release. | ||
|
||
### Bug Fixes | ||
|
||
* Check if temporary cache file exists before deletion ([3177bf](https://github.com/CuyZ/Valinor/commit/3177bf76849ab60bb5a4396f023a1ef0cc8200c8)) | ||
* Display useful error message for invalid constructor return type ([dc7f5c](https://github.com/CuyZ/Valinor/commit/dc7f5c3f837d68704ba987c9f0a5456acc940c31)) | ||
* Keep input path when error occurs in single node ([d70257](https://github.com/CuyZ/Valinor/commit/d70257b60dd667ff87b5f333d4b3790904303ab2)) | ||
* Properly handle class static constructor for other class ([d34974](https://github.com/CuyZ/Valinor/commit/d349741dd361e4bf9e52c2dbd76ec8799157807a)) | ||
* Properly handle union of `null` and objects ([8f03a7](https://github.com/CuyZ/Valinor/commit/8f03a7e0cbe1b83434e14d05a3f533e26b7a243f)) | ||
|
||
### Other | ||
|
||
* Update dependencies ([f7e7f2](https://github.com/CuyZ/Valinor/commit/f7e7f29ff64efa84e1954e0084bb52156e4de56c)) |