From be355f71fb34f473a44da3fe324d0186a0d7e08b Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Wed, 2 Sep 2020 14:35:33 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8271a6..1dfae98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ 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). +## [1.6.0] - 2020-09-02 + +### Added + +- Add `rulesFor` functionality to allow specifying locale specific validation rules (thanks to [@ngiraud](https://github.com/ngiraud)) + +### Changed + +- Code cleanup +- Fixed `displayUsing` not working +- Updated packages + ## [1.5.7] - 2020-07-13 ### Changed