Skip to content

Commit 22d6439

Browse files
committed
Update changelog
1 parent f87a718 commit 22d6439

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111

1212
- Add `textDocument/resolve` RPC endpoint to return the source file path of an artifact relative to the project's root (DOCSP-5967).
1313

14+
### Fixed
15+
16+
- Don't throw exception if saving an asset to the server fails (DOCSP-5998).
17+
- The language server can now be gracefully shutdown using a context manager,
18+
for use in tests.
19+
20+
### Changed
21+
22+
- Diagnostic messages when failing to open a static asset are more succinct.
23+
- Warn about YAML files with duplicated refs (DOCSP-5704).
24+
1425
## [v0.1.8] - 2019-06-27
1526

1627
### Added

0 commit comments

Comments
 (0)