From 029de46dbee1961537303ae8960aa0ae2aeec302 Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Mon, 6 Jan 2025 21:56:55 +0100 Subject: [PATCH] Update changelog --- changelog.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.yml b/changelog.yml index fedae9a4..663df57e 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,7 +1,8 @@ --- - version: 1.11.0 - date: 2025-01-04 + date: 2025-01-06 changed: + - "Passing non-hash values to `Contract#call` now raises a meaningful error (issue #716 via #723) (@flash-gordon)" - 'Set minimum Ruby version to 3.1 (@flash-gordon)' - version: 1.10.0 summary: This release is mostly about upgrading to dry-core 1.0 and dry-configurable 1.0. One of the outcomes is dropping dependency on dry-container (because it was moved to dry-core). If you happen to use dry-container, please switch to `Dry::Core::Container`.