branch: elpa/raku-mode commit 7496ad3a03bed613c259405ec8839ae02950fdb1 Merge: 3f33ca3db8 d8811251af Author: Matias Linares <matiasl...@gmail.com> Commit: GitHub <nore...@github.com>
Merge pull request #49 from matiaslina/master Update changelog for v0.2.0 --- CHANGELOG.md | 22 ++++++++++++++++++++-- raku-mode.el | 2 +- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89dd9d8d07..56759df6b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/raku-mode.el b/raku-mode.el index 75d4e0e724..db0e6ef4a8 100644 --- a/raku-mode.el +++ b/raku-mode.el @@ -5,7 +5,7 @@ ;; Author: Hinrik Örn Sigurðsson <hinrik....@gmail.com> ;; 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.