From 02f6a4594420f7f272bd4b18802506b40ca61b3c Mon Sep 17 00:00:00 2001 From: confused-Techie Date: Thu, 15 Feb 2024 19:56:48 -0800 Subject: [PATCH] Add github summary change --- CHANGELOG.md | 1 + packages/welcome/lib/changelog-view.js | 3 +++ 2 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80e0e27e6..bf4e4454f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ - 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. +- Bumped dugite to make the github package compatible with ARM Linux. ### Pulsar - Fixed: fix(tree-sitter): pass node text to grammar [@claytoncarter](https://github.com/pulsar-edit/pulsar/pull/860) diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index 01d6a52a8..43099ef2e 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -73,6 +73,9 @@ export default class ChangeLogView {
  • Numerous Tree-Sitter Grammar syntax highlighting fixes.
  • +
  • + Bumped dugite to make the github package compatible with ARM Linux. +