Skip to content

Commit 7496ad3

Browse files
authored
Merge pull request #49 from matiaslina/master
Update changelog for v0.2.0
2 parents 3f33ca3 + d881125 commit 7496ad3

File tree

2 files changed

+21
-3
lines changed

2 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
1-
# Perl 6 Mode change log
1+
# Changelog
22

3-
## Unreleased
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6+
7+
## [0.2.0] - 2021-04-12
8+
### Added
9+
- `QUIT`, `DOC`, `CLOSE` phasers to font-lock
10+
- `ge` operator font-lock
11+
12+
### Changed
13+
14+
- Change default repl keybindings.
15+
- Fix hanging assignment indentation.
16+
17+
### Removed
18+
19+
- `START` phaser.
20+
21+
## [0.1.0]
422
### Added
523
- Basic syntax highlighting

raku-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
;; Author: Hinrik Örn Sigurðsson <[email protected]>
66
;; URL: https://github.com/hinrik/perl6-mode
77
;; Keywords: languages
8-
;; Version: 0.1-git
8+
;; Version: 0.2.0
99
;; Package-Requires: ((emacs "24.4") (pkg-info "0.1"))
1010

1111
;; This file is not part of GNU Emacs.

0 commit comments

Comments
 (0)