From 1bd0e36fca427abdc238c3b6c3eee6dca54bce85 Mon Sep 17 00:00:00 2001 From: Carlos Alandete Sastre Date: Sun, 3 Mar 2024 18:48:43 +0100 Subject: [PATCH] Update CHANGELOG --- docs/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 6c4ce424..b3eec966 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. ## 0.10.15 * Add `shouldNotBeReadonly` assertion. +* Fix return types when building declaration rules with tips. ## 0.10.14 * Add `shouldInclude()` and `shouldNotInclude` assertions.