From 535ab0bfbec0278e28d4856e0db59d14f8cf6ba2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Duchesneau?= Date: Sat, 1 Jun 2024 10:28:14 -0400 Subject: [PATCH] bump changelog --- docs/release-notes/change-log.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/release-notes/change-log.md b/docs/release-notes/change-log.md index 8e37aa3b..0d272a90 100644 --- a/docs/release-notes/change-log.md +++ b/docs/release-notes/change-log.md @@ -10,14 +10,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## v1.7.2 + +### Improvements on the `use` attribute - If module with `use` attribute has not `inputs` at all, inputs are replaced by used module inputs - If module with `use` attribute has no `blockFilter`, it's replaced by used module `blockFilter` - If `blockFilter` is set to `{}`, it will be considered as `nil` in the spkg, enabling module with `use` attribute to override the `blockFilter` by a `nil` one - ## v1.7.1 ### Highlights