We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31b69aa commit fa68443Copy full SHA for fa68443
CHANGELOG.md
@@ -21,17 +21,18 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
21
### Added
22
23
- Added `html-django` as an alternative Language ID for Django templates
24
-- Support for Django 5.2.
+- Added support for Django 5.2.
25
26
### Changed
27
28
- Bumped Rust toolchain from 1.83 to 1.86
29
- Bumped PyO3 to 0.24.
30
- **Internal**: Renamed template parsing crate to `djls-templates`
31
+- **Internal**: Swapped from `tower-lsp` to `tower-lsp-server` for primary LSP framework.
32
33
### Removed
34
-- Dropped support for 5.0.
35
+- Dropped support for Django 5.0.
36
37
## [5.1.0a2]
38
0 commit comments