Skip to content

Commit b07e25f

Browse files
committed
Add changelog
1 parent 30c6b27 commit b07e25f

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## 0.3.0
9+
10+
### Added
11+
12+
* This `CHANGELOG.md`
13+
* Support for `textDocument/documentSymbol`
14+
15+
### Changed
16+
17+
* `locations_from_definitions` to `get_location_from_definition`. More generally useful.
18+
19+
### Fixed
20+
21+
* `mypy`, `pylint`, `black`, `toml-sort`, and `isort` all pass.

0 commit comments

Comments
 (0)