aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2019-11-12 21:56:34 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2019-11-12 21:56:34 +0100
commit5c7701cc09f0efb9131a798c83f8d93e7b259b04 (patch)
tree704cba5f6deba9e8a8ffbd8df3a2098bac092c6f /CHANGELOG.md
parent4b92c587ccf15bdce2459b6e39850b7d6c4c6ec5 (diff)
downloadsvg.js-5c7701cc09f0efb9131a798c83f8d93e7b259b04.tar.gz
svg.js-5c7701cc09f0efb9131a798c83f8d93e7b259b04.zip
fixed build of polyfills which was broken because of core-js update3.0.16
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 92cadc7..3250aeb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,11 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
====
+## [3.0.16] - 2019-11-12
+
+### Fixed
+- fixed build of polyfills which was broken because of core-js update
+
## [3.0.15] - 2019-11-08
### Fixed
@@ -840,6 +845,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
<!-- Headings above link to the releases listed here -->
+[3.0.16]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.16
[3.0.15]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.15
[3.0.14]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.14
[3.0.13]: https://github.com/svgdotjs/svg.js/releases/tag/3.0.13