From 546384bf2cc41737582e3e9bf81c39d46692a95e Mon Sep 17 00:00:00 2001 From: tjoskar Date: Sat, 14 Nov 2020 10:19:59 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/changelog.md b/changelog.md index dcf73cf..fa9b059 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,21 @@ # Changelog +## 9.1.0 (2020-11-14) + +### Feature + +- Support to Angular 11 + +## 9.0.2 (2020-11-14) + +### Bug fix + +- Pass attributes as argument to `skipLazyLoading`. See [#483](https://github.com/tjoskar/ng-lazyload-image/issues/483) Thanks to [kp42](https://github.com/kp42) 🎉 + +### Feature + +- Export `LazyLoadImageDirective`. See [#486](https://github.com/tjoskar/ng-lazyload-image/issues/486) + ## 9.0.1 (2020-07-25) ### Bug fix