-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #49 from matiaslina/master
Update changelog for v0.2.0
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,23 @@ | ||
# Perl 6 Mode change log | ||
# Changelog | ||
|
||
## Unreleased | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). | ||
|
||
## [0.2.0] - 2021-04-12 | ||
### Added | ||
- `QUIT`, `DOC`, `CLOSE` phasers to font-lock | ||
- `ge` operator font-lock | ||
|
||
### Changed | ||
|
||
- Change default repl keybindings. | ||
- Fix hanging assignment indentation. | ||
|
||
### Removed | ||
|
||
- `START` phaser. | ||
|
||
## [0.1.0] | ||
### Added | ||
- Basic syntax highlighting |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
;; Author: Hinrik Örn Sigurðsson <[email protected]> | ||
;; URL: https://github.com/hinrik/perl6-mode | ||
;; Keywords: languages | ||
;; Version: 0.1-git | ||
;; Version: 0.2.0 | ||
;; Package-Requires: ((emacs "24.4") (pkg-info "0.1")) | ||
|
||
;; This file is not part of GNU Emacs. | ||
|