mirror of
https://github.com/zen-browser/www.git
synced 2025-07-08 17:30:01 +02:00
refactor: Update release notes page to handle missing release notes gracefully
This commit is contained in:
parent
6df551361b
commit
044ab89873
2 changed files with 3 additions and 4 deletions
|
@ -74,7 +74,7 @@ export const releaseNotes: ReleaseNote[] = [
|
|||
extra: "This release is the third alpha release of the 1.0.0-alpha series. One big feature of this release is the new workspaces feature. This feature allows you to create different workspaces with different tabs and configurations. This release also includes a lot of bug fixes and improvements.",
|
||||
features: [
|
||||
"Added support for workspaces. (Experimental)",
|
||||
"Better support for macOS aaarch64.",
|
||||
"Better support for macOS aarch64.",
|
||||
],
|
||||
fixes: [
|
||||
{
|
||||
|
@ -91,7 +91,7 @@ export const releaseNotes: ReleaseNote[] = [
|
|||
},
|
||||
],
|
||||
breakingChanges: [
|
||||
"Change the update URL meaning that since 1.0.0-a.2 (previous release) the browser will be able to update itself.",
|
||||
"Changed the update URL meaning that since 1.0.0-a.2 (previous release) the browser will be able to update itself.",
|
||||
]
|
||||
},
|
||||
].reverse();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue