We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e201d6 commit 1df155eCopy full SHA for 1df155e
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
+and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## [1.0.0] - 2017-12-07
8
+ - First release;
9
10
+## [1.0.1] - 2017-12-07
11
+### Added
12
+ - Added CHANGELOG.md file.
13
14
+### Fixed
15
+ - Fix formatValue method on ChoiceWidget when value is empty or null;
16
+ - Fix validate on ChoiceField when value if empty and not required.
0 commit comments