From 17fa38f9f90f7097b64dd959af28ff3a3e012577 Mon Sep 17 00:00:00 2001 From: Patrick Boivin Date: Thu, 1 Sep 2022 14:35:32 -0400 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c82bac9..de62142 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Release Notes -## [unreleased](https://github.com/pboivin/flou/compare/v1.2.0...main) - next +## [v1.3.0](https://github.com/pboivin/flou/compare/v1.3.0...main) - 2022-09-01 #### Added -- Add shortcut for single image widths configuration (`ImageSet`) +- Add shortcut for single image widths (`ImageSet`) +- Add new configuration format for art-directed images (`ImageSet`) +- Add integration test + +#### Changed + +- Refactor ImageSet internal data representation. Impacts `data()` and `toArray()` return values. (`ImageSet`) + +#### Chores + +- Update README examples ## [v1.2.0](https://github.com/pboivin/flou/compare/v1.1.0...v1.2.0) - 2022-08-24