From c5440834f9ca0c59bbe7963022d59a6801e1e2a7 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Fri, 5 Apr 2019 10:30:33 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66a69e986a5..eedd4b75b88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,13 @@ # rollup changelog -## 1.8.1 -*unreleased* +## 1.9.0 +*2019-04-05* -### Bug Fixes +### Features +* Add built-in support for bigint (#2789) ### Pull Requests +* [#2789](https://github.com/rollup/rollup/pull/2789): Ship with bigint support built-in (@danielgindi) * [#2791](https://github.com/rollup/rollup/pull/2791): Use shared extractAssignedNames from rollup-pluginutils (@lukastaegert) * [#2792](https://github.com/rollup/rollup/pull/2792): Test that rollup-plugin-commonjs works with preserveModules (@lukastaegert)