From dd299bab4b6d2872b5a715f48033c0899930e71e Mon Sep 17 00:00:00 2001 From: "Mark A. Hershberger" Date: Fri, 19 Apr 2024 22:23:15 -0400 Subject: [PATCH] Add changelog entry --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4be9ff7..da94fe86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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] + +### Fixed +- Return types are too strict. #412 + ## [1.0.0] - 2023-12-13 ### Added