chore: add changelog
This commit is contained in:
parent
fb61c2b266
commit
dfcc59afcf
|
@ -0,0 +1 @@
|
||||||
|
Improve bridge performance
|
|
@ -0,0 +1 @@
|
||||||
|
优化桥接性能
|
|
@ -26,8 +26,8 @@ item() {
|
||||||
}
|
}
|
||||||
|
|
||||||
section() {
|
section() {
|
||||||
local section_name=$1
|
local prefix=$1
|
||||||
for i in "${changes_dir}"/"${section_name}"-*."${language}".md; do
|
for i in "${changes_dir}"/"${prefix}"-*."${language}".md; do
|
||||||
item "${i}"
|
item "${i}"
|
||||||
done
|
done
|
||||||
}
|
}
|
||||||
|
@ -39,6 +39,7 @@ if [ "${language}" = "en" ]; then
|
||||||
## Enhancements
|
## Enhancements
|
||||||
|
|
||||||
$(section feat)
|
$(section feat)
|
||||||
|
$(section perf)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue