changelog: Adjust/add changelog entry for PR 956

This commit is contained in:
DeeDeeG 2024-03-22 20:16:06 -04:00
parent 219e42da38
commit d3853eee34
2 changed files with 5 additions and 1 deletions

View File

@ -6,8 +6,9 @@
## [Unreleased]
- Fixed some folds in Ruby like `unless`, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords.
## 1.115.0
- Fixed some folds in Ruby like `unless`, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords.
- Improved the accuracy of indentation hinting in modern Tree-sitter grammars, especially in multi-cursor scenarios.
- Improved the ability of the user to opt into a specific kind of grammar for a specific language.
- Changed the behavior of the `grammar-selector` package so that it will show the user's preferred grammar for a specific language.

View File

@ -49,6 +49,9 @@ export default class ChangeLogView {
<p>Take a look at some of the awesome things {atom.branding.name} has changed:</p>
<p>Feel free to read our <a href="https://github.com/pulsar-edit/pulsar/blob/master/CHANGELOG.md">Full Change Log</a>.</p>
<ul>
<li>
Fixed some folds in Ruby like <code>unless</code>, some blocks, multiline comments, function calls, and different array syntaxes for strings and keywords.
</li>
<li>
Improved the accuracy of indentation hinting in modern Tree-sitter grammars, especially in multi-cursor scenarios.
</li>