From 60abbe4ae9f3b806149ea704a99dfed8f935082e Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Mon, 27 Nov 2023 09:25:29 +0000 Subject: [PATCH] Changelog update - v1.5.0 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c601d40..826284c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,10 @@ ## [Unreleased] +## [1.5.0] - 2023-11-27 + ### Added + - Add support for `long` numeric type. - Add `stylesheet` to the valid types list. - Add type checking for arithmetic operators. @@ -88,7 +91,8 @@ - The new file action no longer shows on top of everything else. -[Unreleased]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.4.1...HEAD +[Unreleased]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.5.0...HEAD +[1.5.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.4.1...v1.5.0 [1.4.1]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.4.0...v1.4.1 [1.4.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/waleedyaseen/intellij-runescript/compare/v1.2.0...v1.3.0