Skip to content

Commit 1df155e

Browse files
committed
Added Changelog.md file.
1 parent 8e201d6 commit 1df155e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)