Skip to content

Commit

Permalink
Merge pull request #49 from matiaslina/master
Browse files Browse the repository at this point in the history
Update changelog for v0.2.0
  • Loading branch information
matiaslina authored Apr 12, 2021
2 parents 3f33ca3 + d881125 commit 7496ad3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
22 changes: 20 additions & 2 deletions CHANGELOG.md
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
2 changes: 1 addition & 1 deletion raku-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7496ad3

Please sign in to comment.