diff --git a/CHANGELOG.md b/CHANGELOG.md index 580ba7ca4..8b2d0d384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,8 +9,6 @@ ## 1.114.0 - Prevented an exception raised in the command palette in certain unusual filtering scenarios. -- Fix the tag Linux binaries are uploaded to at the Rolling releases repo. -- Tweak Rolling release binary upload script to reject `-dev` version strings, as it should. - Refrain from rendering anchor icons when showing a package's README file in `settings-view`. - 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. diff --git a/packages/welcome/lib/changelog-view.js b/packages/welcome/lib/changelog-view.js index bd3df3bfc..2f69522c3 100644 --- a/packages/welcome/lib/changelog-view.js +++ b/packages/welcome/lib/changelog-view.js @@ -52,12 +52,6 @@ export default class ChangeLogView {
  • Prevented an exception raised in the command palette in certain unusual filtering scenarios.
  • -
  • - Fix the tag Linux binaries are uploaded to at the Rolling releases repo. -
  • -
  • - Tweak Rolling release binary upload script to reject `-dev` version strings, as it should. -
  • Refrain from rendering anchor icons when showing a package's README file in `settings-view`.