Skip to content

Commit

Permalink
Remove erroneous bugfix entry in 3.0.1 release notes (#18118)
Browse files Browse the repository at this point in the history
  • Loading branch information
stebje authored Mar 8, 2021
1 parent cca9038 commit c1f3ddb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions data/release-notes/3-0/0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ sections:
- When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.
- When maintenance mode is enabled, some services continue to be listed as "active processes". The services identified are expected to run during maintenance mode. If you experience this issue and are unsure, contact {% data variables.contact.contact_ent_support %}.
- When GitHub Actions is enabled, use '`ghe-maintenance -u`' to unset maintenance mode.
- Users can dismiss a mandatory message without checking all checkboxes.

deprecations:
- heading: Deprecation of GitHub Enterprise Server 2.19
Expand Down
2 changes: 1 addition & 1 deletion data/release-notes/3-0/1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ sections:
- 'Fixes users being shown the option to set up the Code Scanning CodeQL Action even if Actions was not enabled for their repository.'
- 'The "Prevent repository admins from changing anonymous Git read access" checkbox available in the enterprise account settings could not be successfully enabled or disabled.'
- 'The modal used to display a mandatory message contained no vertical scrollbar, meaning longer messages could not be viewed in full.'
- 'Users could dismiss a mandatory message without checking all checkboxes.'
- 'Redis would sometimes fail to start after a hard reboot or application crash.'
changes:
- 'Satisfy requests concurrently when multiple users are downloading the same archive, resulting in improved performance.'
Expand All @@ -34,3 +33,4 @@ sections:
- 'Issues cannot be closed if they contain a permalink to a blob in the same repository where the file path is longer than 255 characters.'
- 'When "Users can search GitHub.com" is enabled with GitHub Connect, issues in private and internal repositories are not included in GitHub.com search results.'
- 'When maintenance mode is enabled, some services continue to be listed as "active processes". The services identified are expected to run during maintenance mode. If you experience this issue and are unsure, contact [GitHub Enterprise Support](https://enterprise.githubsupport.com/hc/en-us) or [GitHub Premium Support](https://premium.githubsupport.com/).'
- 'Users can dismiss a mandatory message without checking all checkboxes.'

0 comments on commit c1f3ddb

Please sign in to comment.