Fix some items within Changelog

This commit is contained in:
confused-Techie 2023-09-15 20:28:16 -07:00
parent d9f3b870eb
commit 12fdc30367
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -62,7 +62,7 @@ export default class ChangeLogView {
Fixed the icon used when registering Pulsar as a file handler on Windows.
</li>
<li>
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.
</li>
<li>
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.
</li>
<li>
Removed all CoffeeScript code from Pulsar and core packages.
Removed the last CoffeeScript code from Pulsar and core packages.
</li>
<li>
Migrated the majority of our CI to GitHub Actions.