From 1796e99b38406c2d29d4279d591c60875ab3d5d9 Mon Sep 17 00:00:00 2001 From: Robert Jackson Date: Mon, 7 Dec 2020 10:46:54 -0500 Subject: [PATCH] Add v3.5.0 to CHANGELOG.md. --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87a6b780..9237dbff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # master +## v3.5.0 (2020-12-07) + +#### :rocket: Enhancement +* [#474](https://github.com/broccolijs/broccoli/pull/474) add the ability to ignore absolute paths from watcher ([@ef4](https://github.com/ef4)) + +#### :bug: Bug Fix +* [#473](https://github.com/broccolijs/broccoli/pull/473) remove vestigial filter option ([@ef4](https://github.com/ef4)) + +#### :memo: Documentation +* [#470](https://github.com/broccolijs/broccoli/pull/470) Fix wrong package name in README ([@ursm](https://github.com/ursm)) + +#### Committers: 2 +- Edward Faulkner ([@ef4](https://github.com/ef4)) +- Keita Urashima ([@ursm](https://github.com/ursm)) + # 3.4.2 * fix TypeScript types