diff --git a/docs/pages/project/changelog.md b/docs/pages/project/changelog.md index be4c9926..616c4d04 100644 --- a/docs/pages/project/changelog.md +++ b/docs/pages/project/changelog.md @@ -9,6 +9,7 @@ Below are listed the changelogs for all released version of the library. ## Version 1 +- [`1.6.1` — 11th of October 2023](changelog/version-1.6.1.md) - [`1.6.0` — 25th of August 2023](changelog/version-1.6.0.md) - [`1.5.0` — 7th of August 2023](changelog/version-1.5.0.md) - [`1.4.0` — 17th of April 2023](changelog/version-1.4.0.md) diff --git a/docs/pages/project/changelog/version-1.6.1.md b/docs/pages/project/changelog/version-1.6.1.md new file mode 100644 index 00000000..37aa1329 --- /dev/null +++ b/docs/pages/project/changelog/version-1.6.1.md @@ -0,0 +1,10 @@ +# Changelog 1.6.1 — 11th of October 2023 + +!!! info inline end "[See release on GitHub]" + [See release on GitHub]: https://github.com/CuyZ/Valinor/releases/tag/1.6.1 + +## Bug Fixes + +* Correctly handle multiline type alias in classes ([c23102](https://github.com/CuyZ/Valinor/commit/c231020d6e393f6b1ea5758cb9fbeee469ac3d5b)) +* Handle integer key in path mapping modifier ([9419f6](https://github.com/CuyZ/Valinor/commit/9419f6d681e9c6e68a551dd5573bec9c7f928fd5)) +* Handle variadic parameters declared in docblock ([f4884c](https://github.com/CuyZ/Valinor/commit/f4884cf319774726bd7ccf7fe9c00c0f0177330e))