Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
i80and committed Aug 15, 2024
1 parent 0ab19b2 commit d4be162
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Support for the `wayfinding` family of directives (DOP-4692, #613)

### Changed

- When running as a language server, the language client is now used for file watching
instead of snooty having its own file watch implementation. This should yield a much more
reliable file watch experience. (DOP-4829, #610).

### Removed

- The `watch` subcommand has been removed. It was an escoteric feature with questionable reliability
and a highly problematic implementation.

## [v0.16.15] - 2024-07-25

### Added
Expand Down

0 comments on commit d4be162

Please sign in to comment.