Skip to content

Commit a46b6b0

Browse files
committed
Add CHANGELOG.md
1 parent deae4d2 commit a46b6b0

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Changelog
2+
3+
This is the documentation of the
4+
[Term Validator](https://github.com/erlangsters/term-validator) library.
5+
6+
## 1.0.1
7+
8+
- Fixed tuple validator failing to validate tuples when number of elements does
9+
not match the number of specified elements.
10+
- Fixed outdated information in `DOCUMENTATION.md` regarding options in custom
11+
validators.
12+
- Change to Rebar3 build system (to leverage ExDoc plugin).
13+
- Rework in-source and out-source documentation to be nicely generated by ExDoc.
14+
15+
## 1.0.0
16+
17+
Initial release.

0 commit comments

Comments
 (0)