File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
lib/puppet-editor-services Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,17 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66
77## Unreleased
88
9+ ## 0.15.0 - 2018-08-18
10+
11+ ### Added
12+
913- ([ GH-56 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/56 ) ) Add DocumentSymbol Support
14+ - ([ GH-40 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/40 ) ) Add Sidecar process for the Language Server
15+
16+ ### Fixed
17+
18+ - ([ GH-54 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/54 ) ) Support Puppet 6 in the Language Server
19+ - ([ GH-51 ] ( https://github.com/lingua-pupuli/puppet-editor-services/issues/51 ) ) Fixed handling of errors during class loading
1020
1121## 0.14.0 - 2018-08-17
1222
Original file line number Diff line number Diff line change 11module PuppetEditorServices
2- PUPPETEDITORSERVICESVERSION = '0.14 .0' . freeze unless defined? PUPPETEDITORSERVICESVERSION
2+ PUPPETEDITORSERVICESVERSION = '0.15 .0' . freeze unless defined? PUPPETEDITORSERVICESVERSION
33
44 # @api public
55 #
You can’t perform that action at this time.
0 commit comments