diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index 00a22de2fe..1bdf939d5d 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -56,7 +56,7 @@ export default class ChangeLogView { Updated network handling in PPM to something newer and more secure.
  • - Made PPM async. + Updated most of PPM's code to use async/await and promises internally.
  • Created `atom.ui.fuzzyMatcher` API, moving the Pulsar `fuzzy-finder` module into the core of the editor for community packages to utilize.