Changelog Template
Release Date: TBA
warning
Remove sidebar positioning at the top of the file when creating a new changelog
---sidebar_position: 9999999 <--- This should be removed---Then remove this warning as well
warning
Change the newest changelog version number in 'changelog-consts.js' to match the newest version of the changelog
// Should be the same version as the newest version in the changelogs folder e.g. "2.2" for "2.2-changelog"module.exports = { newestChangelogVersion: "2.2" <--}Then remove this warning
What's new..#
Summary of the update
New features#
- ...
Bug fixes#
- ...
Refactoring#
- ...
Technical updates#
- ..
Docs#
- ...