diff --git a/docs/en-US/release-notes.md b/docs/en-US/release-notes.md index 3820559c6..4b041721b 100644 --- a/docs/en-US/release-notes.md +++ b/docs/en-US/release-notes.md @@ -2,6 +2,8 @@ ## To be released +- feat(client): improve locale +- refactor(plugin-workflow): add revision column to execution (#491) - fix(plugin-multi-app-manager): fix pg cannot create database block tests - refactor(database): hook proxy (#402) - feat: chart blocks (#484) @@ -25,6 +27,15 @@ - fix(plugin-workflow): fix languages (#451) - fix: afterSync hook not triggered (#450) +### New Features + +- Fields: formula态relationships(o2o, o2m, m2o, m2m) +- Blocks: charts(g2plot) + +### Break Changes + +- The value of the percentage field, such as 20%, the new version is 0.2, the old version is 20 + ## 2022/06/01 ~ v0.7.0-alpha.83 - fix: default value of time zone @@ -40,6 +51,10 @@ - docs(github): change to markdown format (#430) - fix(cli): typo (#429) +### New Features + +- Core: db migrator + ## 2022/05/26 ~ v0.7.0-alpha.82 - feat(client,sdk): improve api client diff --git a/docs/zh-CN/release-notes.md b/docs/zh-CN/release-notes.md index 1d30b9a47..06066ef78 100644 --- a/docs/zh-CN/release-notes.md +++ b/docs/zh-CN/release-notes.md @@ -2,6 +2,8 @@ ## To be released +- feat(client): improve locale +- refactor(plugin-workflow): add revision column to execution (#491) - fix(plugin-multi-app-manager): fix pg cannot create database block tests - refactor(database): hook proxy (#402) - feat: chart blocks (#484) @@ -25,6 +27,15 @@ - fix(plugin-workflow): fix languages (#451) - fix: afterSync hook not triggered (#450) +### New Features + +- Fields: formula态relationships(o2o, o2m, m2o, m2m) +- Blocks: charts(g2plot) + +### Break Changes + +- The value of the percentage field, such as 20%, the new version is 0.2, the old version is 20 + ## 2022/06/01 ~ v0.7.0-alpha.83 - fix: default value of time zone @@ -40,6 +51,10 @@ - docs(github): change to markdown format (#430) - fix(cli): typo (#429) +### New Features + +- Core: db migrator + ## 2022/05/26 ~ v0.7.0-alpha.82 - feat(client,sdk): improve api client