diff --git a/docs/changelog/bytebase-3-13-1.mdx b/docs/changelog/bytebase-3-13-1.mdx new file mode 100644 index 00000000..31b02edd --- /dev/null +++ b/docs/changelog/bytebase-3-13-1.mdx @@ -0,0 +1,21 @@ +--- +title: Bytebase 3.13.1 - Dec 30, 2025 +author: Adela +updated_at: 2025/12/30 18:00:00 +description: 'Improvements and Bug Fixes' +--- + +import InstallUpgrade from '/snippets/install/install-upgrade.mdx'; + +## 🎄 Enhancements + +- Update SQL review template configuration. + +## 🐞 Bug Fixes + +- Fix issue label selector missing in new CI/CD layout. +- Fix rollout date filter not working. +- Fix SQL Editor horizontal scroll shortcut. +- Fix SQL review showing incorrect line numbers for multi-statement SQL. + + diff --git a/docs/docs.json b/docs/docs.json index 1589a07e..f09abe0d 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -394,6 +394,7 @@ { "tab": "Changelog", "pages": [ + "changelog/bytebase-3-13-1", "changelog/bytebase-3-13-0", "changelog/bytebase-3-12-2", "changelog/bytebase-3-12-1",