From 4418244a8cfae7ea6aea4ce117a27b47a5556212 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 30 Jun 2019 16:13:13 +0000 Subject: [PATCH] chore(release): 2.15.0 [skip ci] # [2.15.0](https://github.com/joelday/papyrus-lang/compare/v2.14.0...v2.15.0) (2019-06-30) ### Features * Typing function or event names in definition blocks provides override autocompletion. [#77](https://github.com/joelday/papyrus-lang/issues/77) ([24af097](https://github.com/joelday/papyrus-lang/commit/24af097)) --- src/papyrus-lang-vscode/CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/papyrus-lang-vscode/CHANGELOG.md b/src/papyrus-lang-vscode/CHANGELOG.md index b0e6923f..86117d86 100644 --- a/src/papyrus-lang-vscode/CHANGELOG.md +++ b/src/papyrus-lang-vscode/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.15.0](https://github.com/joelday/papyrus-lang/compare/v2.14.0...v2.15.0) (2019-06-30) + + +### Features + +* Typing function or event names in definition blocks provides override autocompletion. [#77](https://github.com/joelday/papyrus-lang/issues/77) ([24af097](https://github.com/joelday/papyrus-lang/commit/24af097)) + # [2.14.0](https://github.com/joelday/papyrus-lang/compare/v2.13.0...v2.14.0) (2019-06-23)