From 9c2a7a22fde85956345c0556f0ee506b023b7761 Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Mon, 8 Feb 2021 22:06:38 +1100 Subject: [PATCH] Update changelog for 0.13.2 --- changelog.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/changelog.yml b/changelog.yml index 609fca7..cb9d652 100644 --- a/changelog.yml +++ b/changelog.yml @@ -1,4 +1,8 @@ --- +- version: 0.13.2 + date: '2021-02-08' + fixed: + - 'Re-allow Hash-like parameters to be passed to steps, e.g. `HashWithIndifferentAccess` and other `Hash` subclasses (this was broken with the Ruby 2.7/3.0 fixes in 0.13.1) (@trammel in #136)' - version: 0.13.1 date: '2021-01-31' changed: