From fd785ae2bb016230fdab129210a27bbc2f1d9657 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 28 Jul 2022 03:21:32 +0000 Subject: [PATCH] Changelog update - v0.0.7 --- CHANGELOG.md | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa2694b..10c0c9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,17 +3,20 @@ # zig-support Changelog ## [Unreleased] -### Added -- More Live Templates for Zig: - - `St` -> `[]const u8` - - `tst` -> Creates a test: `test "" {}` - - `csd` -> Constant `Self` declaration: `const Self = @This();` - - `ced` -> Enum - - `cstd` -> Struct - - `fn0` -> Function without parameters - - `fn1` -> Function with one parameter - - `fn2` -> Function with two parameters -- Support for the new IDEA platform version 2022.2 + +## [0.0.7] +### Added +- More Live Templates for Zig: + - `St` -> `[]const u8` + - `tst` -> Creates a test: `test "" {}` + - `csd` -> Constant `Self` declaration: `const Self = @This();` + - `ced` -> Enum + - `cstd` -> Struct + - `fn0` -> Function without parameters + - `fn1` -> Function with one parameter + - `fn2` -> Function with two parameters +- Support for the new IDEA platform version 2022.2 + ## [0.0.6] ### Added - Improved parser: 100% of the language is parsed correctly.