Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit a6ddab2

Browse files
authored
Merge pull request #21 from MarioAriasC/changelog-update-v0.0.7
Changelog update - `v0.0.7`
2 parents 829176e + fd785ae commit a6ddab2

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

CHANGELOG.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,20 @@
33
# zig-support Changelog
44

55
## [Unreleased]
6-
### Added
7-
- More Live Templates for Zig:
8-
- `St` -> `[]const u8`
9-
- `tst` -> Creates a test: `test "" {}`
10-
- `csd` -> Constant `Self` declaration: `const Self = @This();`
11-
- `ced` -> Enum
12-
- `cstd` -> Struct
13-
- `fn0` -> Function without parameters
14-
- `fn1` -> Function with one parameter
15-
- `fn2` -> Function with two parameters
16-
- Support for the new IDEA platform version 2022.2
6+
7+
## [0.0.7]
8+
### Added
9+
- More Live Templates for Zig:
10+
- `St` -> `[]const u8`
11+
- `tst` -> Creates a test: `test "" {}`
12+
- `csd` -> Constant `Self` declaration: `const Self = @This();`
13+
- `ced` -> Enum
14+
- `cstd` -> Struct
15+
- `fn0` -> Function without parameters
16+
- `fn1` -> Function with one parameter
17+
- `fn2` -> Function with two parameters
18+
- Support for the new IDEA platform version 2022.2
19+
1720
## [0.0.6]
1821
### Added
1922
- Improved parser: 100% of the language is parsed correctly.

0 commit comments

Comments
 (0)