We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7edbc commit 646545aCopy full SHA for 646545a
CHANGELOG.md
@@ -1,11 +1,16 @@
1
-# Unreleased
+# v1.4.1 2020-01-08
2
+
3
+### Added
4
5
+- Pattern matching on result values (@flash-gordon)
6
7
### Fixed
8
-- List tokens are correctly parsed as a comma separated list in rule messages (see #611) (@waiting-for-dev)
9
+- List tokens are correctly interpolated as a comma separated list in rule messages (see #611) (@waiting-for-dev)
10
- Warnings about delegated keywords (@flash-gordon)
11
+- A few delegation warnings about keyword arguments (@flash-gordon)
12
-[Compare v1.4.0...master](https://github.com/dry-rb/dry-validation/compare/v1.4.0...master)
13
+[Compare v1.4.0...v1.4.1](https://github.com/dry-rb/dry-validation/compare/v1.4.0...v1.4.1)
14
15
# v1.4.0 2019-12-12
16
0 commit comments