Removed Rolling Release notes

These don't make much sense for the summary section, as pointed out on Discord
This commit is contained in:
confused-Techie 2024-02-15 18:25:41 -08:00
parent b1a2187fd3
commit 299cc9c5ea
2 changed files with 0 additions and 8 deletions

View File

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

View File

@ -52,12 +52,6 @@ export default class ChangeLogView {
<li>
Prevented an exception raised in the command palette in certain unusual filtering scenarios.
</li>
<li>
Fix the tag Linux binaries are uploaded to at the Rolling releases repo.
</li>
<li>
Tweak Rolling release binary upload script to reject `-dev` version strings, as it should.
</li>
<li>
Refrain from rendering anchor icons when showing a package's README file in `settings-view`.
</li>