Update CHANGELOG for 8.9.4, 8.8.7, and 8.7.9.
[ci skip]
This commit is contained in:
parent
7d8b6ac10f
commit
3041c43380
1 changed files with 21 additions and 4 deletions
25
CHANGELOG
25
CHANGELOG
|
@ -29,10 +29,19 @@ v 8.10.0 (unreleased)
|
||||||
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)
|
- Allow [ci skip] to be in any case and allow [skip ci]. !4785 (simon_w)
|
||||||
- Add basic system information like memory and disk usage to the admin panel
|
- Add basic system information like memory and disk usage to the admin panel
|
||||||
|
|
||||||
v 8.9.4 (unreleased)
|
v 8.9.4
|
||||||
- Do not show build retry link in build sidebar when build is not finished yet
|
- Fix privilege escalation issue with OAuth external users.
|
||||||
- Fixes middle click and double request when navigating through the file browser !4891
|
- Ensure references to private repos aren't shown to logged-out users.
|
||||||
- Add sub nav to file page view
|
- Fixed search field blur not removing focus. !4704
|
||||||
|
- Resolve "Sub nav isn't showing on file view". !4890
|
||||||
|
- Fixes middle click and double request when navigating through the file browser. !4891
|
||||||
|
- Fixed URL on label button when filtering. !4897
|
||||||
|
- Fixed commit avatar alignment. !4933
|
||||||
|
- Do not show build retry link when build is active. !4967
|
||||||
|
- Fix restore Rake task warning message output. !4980
|
||||||
|
- Handle external issues in IssueReferenceFilter. !4988
|
||||||
|
- Expiry date on pinned nav cookie. !5009
|
||||||
|
- Updated breakpoint for sidebar pinning. !5019
|
||||||
|
|
||||||
v 8.9.3
|
v 8.9.3
|
||||||
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963
|
- Fix encrypted data backwards compatibility after upgrading attr_encrypted gem. !4963
|
||||||
|
@ -253,6 +262,10 @@ v 8.9.0
|
||||||
- Add tooltip to pin/unpin navbar
|
- Add tooltip to pin/unpin navbar
|
||||||
- Add new sub nav style to Wiki and Graphs sub navigation
|
- Add new sub nav style to Wiki and Graphs sub navigation
|
||||||
|
|
||||||
|
v 8.8.7
|
||||||
|
- Fix privilege escalation issue with OAuth external users.
|
||||||
|
- Ensure references to private repos aren't shown to logged-out users.
|
||||||
|
|
||||||
v 8.8.6
|
v 8.8.6
|
||||||
- Fix visibility of snippets when searching.
|
- Fix visibility of snippets when searching.
|
||||||
- Update omniauth-saml to 1.6.0 !4951
|
- Update omniauth-saml to 1.6.0 !4951
|
||||||
|
@ -387,6 +400,10 @@ v 8.8.0
|
||||||
- When creating a .gitignore file a dropdown with templates will be provided
|
- When creating a .gitignore file a dropdown with templates will be provided
|
||||||
- Shows the issue/MR list search/filter form and corrects the mobile styling for guest users. #17562
|
- Shows the issue/MR list search/filter form and corrects the mobile styling for guest users. #17562
|
||||||
|
|
||||||
|
v 8.7.9
|
||||||
|
- Fix privilege escalation issue with OAuth external users.
|
||||||
|
- Ensure references to private repos aren't shown to logged-out users.
|
||||||
|
|
||||||
v 8.7.8
|
v 8.7.8
|
||||||
- Fix visibility of snippets when searching.
|
- Fix visibility of snippets when searching.
|
||||||
- Update omniauth-saml to 1.6.0 !4951
|
- Update omniauth-saml to 1.6.0 !4951
|
||||||
|
|
Loading…
Reference in a new issue