Manually add summary items

This commit is contained in:
confused-Techie 2024-02-15 18:34:36 -08:00
parent 299cc9c5ea
commit 8052078d60
2 changed files with 12 additions and 0 deletions

View File

@ -13,6 +13,9 @@
- Build Linux binaries on Debian 10, for older glibc and compatibility with older Linux distros.
- Fixed a rendering error in `atom.ui.markdown.render` when `disableMode` was set to `"strict"` and the input contained HTML line breaks.
- Added support for the semanticolor package in modern tree-sitter grammars.
- Added new `--force` flag to `ppm link` command that will uninstall any conflicting package already installed.
- Added language entity colors to `syntax-variables.less`.
- Numerous Tree-Sitter Grammar syntax highlighting fixes.
### Pulsar
- Fixed: fix(tree-sitter): pass node text to grammar [@claytoncarter](https://github.com/pulsar-edit/pulsar/pull/860)

View File

@ -64,6 +64,15 @@ export default class ChangeLogView {
<li>
Added support for the semanticolor package in modern tree-sitter grammars.
</li>
<li>
Added new `--force` flag to `ppm link` command that will uninstall any conflicting package already installed.
</li>
<li>
Added language entity colors to `syntax-variables.less`.
</li>
<li>
Numerous Tree-Sitter Grammar syntax highlighting fixes.
</li>
</ul>
<section className="welcome-panel">