From d4da70eb5ebd3fb342abb7057d2d3f31a7ac0b1d Mon Sep 17 00:00:00 2001 From: Glenn Sarti Date: Fri, 30 Nov 2018 09:56:31 +0800 Subject: [PATCH] (GH-80) Update changelog for Keep a Changelog format This commit updates the changelog to be in line with Keep a Change log format and adds a missing issue. --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa69f4d..180b1c7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,16 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how ## 0.16.0 - 2018-11-30 +### Added + - ([GH-75](https://github.com/lingua-pupuli/puppet-editor-services/issues/75)) Add a node completion item snippet -- ([GH-34](https://github.com/lingua-pupuli/puppet-editor-services/issues/34)) Autocomplete and hover should retrieve defined types and classes - ([GH-68](https://github.com/lingua-pupuli/puppet-editor-services/issues/68)) Language Server should evaluate the locally edited workspace +### Fixed + +- ([GH-67](https://github.com/lingua-pupuli/puppet-editor-services/issues/67)) Make resource completion smarter +- ([GH-34](https://github.com/lingua-pupuli/puppet-editor-services/issues/34)) Autocomplete and hover should retrieve defined types and classes + ## 0.15.1 - 2018-10-30 ### Fixed