Skip to content

Commit 86577f8

Browse files
committed
Update the changelog for the 1.1.0 release
1 parent 7e6eef3 commit 86577f8

File tree

1 file changed

+29
-8
lines changed

1 file changed

+29
-8
lines changed

Diff for: CHANGELOG.md

+29-8
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,55 @@
1-
# Changelog #
1+
# Changelog
22

33
This document lists new features, improvements, changes, and bug fixes in each release of the package.
44

5-
## GDScript mode 1.0.2 ##
5+
## GDScript mode 1.1.0
66

7-
### Changes ###
7+
Emacs GDScript mode is now available on the [MELPA](https://melpa.org/) package archive!
8+
9+
### Features
10+
11+
- Added commands to run files or open the project in Godot. Type `M-x gdscript-godot` to find and try them.
12+
13+
### Bug fixes
14+
15+
- Fixed incorrect match block indentation.
16+
- Fixed error with code folding.
17+
- Added syntax highlighting for more built-in keywords .
18+
- Fixed error at startup on Emacs 26.3
19+
20+
### Documentation
21+
22+
- Added instructions to install with use-package.
23+
- Updated install instructions for MELPA.
24+
- Added documentation on using `gdscript-godot-*` commands.
25+
26+
## GDScript mode 1.0.2
27+
28+
### Changes
829

930
- Addressed linting and checkdoc errors for a release on the [MELPA](https://melpa.org/) package archive.
1031
- Split some more of the code to make the code easier to read and to maintain.
1132

12-
### Bug fixes ###
33+
### Bug fixes
1334

1435
- Fixed `function-definition-void` errors in some cases due to a missing file import.
1536
- Fixed package loading error in some configurations.
1637
- Added syntax highlighting and completion for the following keywords: `in`, `and`, `or`, `not`, `true`, `false`.
1738
- Fixed incorrect auto-indentation in `match` blocks.
1839

19-
## GDScript mode 1.0.1 ##
40+
## GDScript mode 1.0.1
2041

2142
This minor release fixes a bug with the GDScript keywords.
2243

23-
### Improvements ###
44+
### Improvements
2445

2546
- Compile keywords for faster auto-completion and syntax highlighting.
2647

27-
### Bug fixes ###
48+
### Bug fixes
2849

2950
- Fixed missing language keywords and constants lists.
3051

31-
## GDScript mode 1.0.0 ##
52+
## GDScript mode 1.0.0
3253

3354
This is the initial release of gdscript-mode, which adds support for the [Godot engine](https://godotengine.org/)'s GDScript programming language in Emacs.
3455

0 commit comments

Comments
 (0)