diff --git a/CHANGELOG.md b/CHANGELOG.md index 5562849f3..2634d6f73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,9 @@ - Fixed the `about` package linking to release notes for Pulsar. - Reduced the amount of network requests that `settings-view` creates. - Fixed the icon used when registering Pulsar as a file handler on Windows. -- Removed the `autoUpdate` API from Pulsar, instead relying on the `pulsar-updater` package. +- Removed the non-functional `autoUpdate` API from Pulsar, instead relying on the `pulsar-updater` package. - Prevented warnings in the developer console from appearing when autocomplete suggestions are shown. -- Removed all CoffeeScript code from Pulsar and core packages. +- Removed the last CoffeeScript code from Pulsar and core packages. - Migrated the majority of our CI to GitHub Actions. ### Pulsar diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index d2d9e325a..ca37df4c7 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -62,7 +62,7 @@ export default class ChangeLogView { Fixed the icon used when registering Pulsar as a file handler on Windows.
  • - Removed the `autoUpdate` API from Pulsar, instead relying on the `pulsar-updater` package. + Removed the non-functional `autoUpdate` API from Pulsar, instead relying on the `pulsar-updater` package.
  • Ensure that project-specific setting overrides don't leak to the user's config file when the settings UI is visited. @@ -71,7 +71,7 @@ export default class ChangeLogView { Prevented warnings in the developer console from appearing when autocomplete suggestions are shown.
  • - Removed all CoffeeScript code from Pulsar and core packages. + Removed the last CoffeeScript code from Pulsar and core packages.
  • Migrated the majority of our CI to GitHub Actions.