release: 4.5.0
diff --git a/en/changelog.md b/en/changelog.md
index 421774c..e41d73b 100644
--- a/en/changelog.md
+++ b/en/changelog.md
@@ -1,5 +1,5 @@
## v4.5.0
-<div class="time">2019-11-08</div>
+<div class="time">2019-11-18</div>
+ [Feature] Add `roundCap` option for round corners on `bar` series width `polar` coordinate system. [#11393](https://github.com/apache/incubator-echarts/pull/11393) ([Wenli Zhang](https://github.com/Ovilia))
@@ -44,9 +44,10 @@
+ [Fix] Fix gradient on bar leaked to label in SVG Renderer. ([Wenli Zhang](https://github.com/Ovilia))
+
## v4.4.0
-<div class="time">2019-09-29</div>
+<div class="time">2019-10-15</div>
+ [Feature] Add option `clip` for `line`, `bar`, `lines`, `scatter` and `custom series`,
which prevents the shapes overflow the area of the coordinate system. And support setting
@@ -88,7 +89,7 @@
## v4.3.0
-<div class="time">2019-08-27</div>
+<div class="time">2019-09-16</div>
+ [Feature] Sankey diagram enhancement:
Add left/right node align, right in sankey diagram.
diff --git a/zh/changelog.md b/zh/changelog.md
index bf498f5..54dd394 100644
--- a/zh/changelog.md
+++ b/zh/changelog.md
@@ -1,5 +1,5 @@
## v4.5.0
-<div class="time">2019-11-08</div>
+<div class="time">2019-11-18</div>
+ [Feature] Add `roundCap` option for round corners on `bar` series width `polar` coordinate system. [#11393](https://github.com/apache/incubator-echarts/pull/11393) ([Wenli Zhang](https://github.com/Ovilia))
@@ -44,9 +44,10 @@
+ [Fix] Fix gradient on bar leaked to label in SVG Renderer. ([Wenli Zhang](https://github.com/Ovilia))
-## v4.4.0-rc.1
-<div class="time">2019-09-29</div>
+## v4.4.0
+
+<div class="time">2019-10-15</div>
+ [Feature] Add option `clip` for `line`, `bar`, `lines`, `scatter` and `custom series`,
which prevents the shapes overflow the area of the coordinate system. And support setting
@@ -88,7 +89,7 @@
## v4.3.0
-<div class="time">2019-08-27</div>
+<div class="time">2019-09-16</div>
+ [Feature] Sankey diagram enhancement:
Add left node align, right in sankey diagram.