Changelog: Add note for the Tree-sitter 1.20.0 edition changes

This commit is contained in:
DeeDeeG 2024-08-15 21:42:51 -04:00
parent 59b7743b5d
commit b41cfa4ea9
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@
- [snippets] Fixed an issue with expanding snippet variables in certain scenarios if the snippet inserted new lines into the buffer.
- Updated misconfigured links in the `CONTRIBUTING.md` file.
- [ppm] Resolved in issue that could prevent renaming an existing package.
- Various Tree-sitter improvements (folds, indents, custom queries, grammar updates...)
### Pulsar
- Fixed: Tree-sitter rolling fixes 1.120 edition [@savetheclocktower](https://github.com/pulsar-edit/pulsar/pull/1062)

View File

@ -64,6 +64,9 @@ export default class ChangeLogView {
<li>
[ppm] Resolved in issue that could prevent renaming an existing package.
</li>
<li>
Various Tree-sitter improvements (folds, indents, custom queries, grammar updates...)
</li>
</ul>
<section className="welcome-panel">