Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebkalderon committed Apr 15, 2022
1 parent 374d62f commit 77b1399
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.17.0] - 2022-04-15

### Added

* Support proposed LSP features with the `proposed` feature flag (PR #330).

### Changed

* Update `lsp-types` from `0.92` to `0.93` (PR #333).

## [0.16.0] - 2022-03-10

### Added
Expand Down Expand Up @@ -487,7 +497,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* `textDocument/hover`
* `textDocument/documentHighlight`

[Unreleased]: https://github.com/ebkalderon/tower-lsp/compare/v0.16.0...HEAD
[Unreleased]: https://github.com/ebkalderon/tower-lsp/compare/v0.17.0...HEAD
[0.17.0]: https://github.com/ebkalderon/tower-lsp/compare/v0.16.0...v0.17.0
[0.16.0]: https://github.com/ebkalderon/tower-lsp/compare/v0.15.1...v0.16.0
[0.15.1]: https://github.com/ebkalderon/tower-lsp/compare/v0.15.0...v0.15.1
[0.15.0]: https://github.com/ebkalderon/tower-lsp/compare/v0.14.1...v0.15.0
Expand Down

0 comments on commit 77b1399

Please sign in to comment.