You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,18 @@
2
2
3
3
This document lists new features, improvements, changes, and bug fixes in each release of the package.
4
4
5
+
## GDScript mode 1.0.1 ##
6
+
7
+
This minor release fixes a bug with the GDScript keywords.
8
+
9
+
### Improvements ###
10
+
11
+
- Compile keywords for faster auto-completion and syntax highlighting.
12
+
13
+
### Bug fixes ###
14
+
15
+
- Fixed missing language keywords and constants lists.
16
+
5
17
## GDScript mode 1.0.0 ##
6
18
7
19
This is the initial release of gdscript-mode, which adds support for the [Godot engine](https://godotengine.org/)'s GDScript programming language in Emacs.
0 commit comments