Skip to content

Commit d3853ee

Browse files
committed
changelog: Adjust/add changelog entry for PR 956
1 parent 219e42d commit d3853ee

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66

77
## [Unreleased]
88

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

packages/welcome/lib/changelog-view.js

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

0 commit comments

Comments
 (0)