Add missing changelog entry in "Unique.md"

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2019-05-11 17:28:35 +02:00
parent 051866f75a
commit 996b797db0
No known key found for this signature in database
GPG key ID: 221E9281655813A6

View file

@ -11,6 +11,12 @@ v::unique()->validate([1, 2, 2, 3]); // false
v::unique()->validate([1, 2, 3, 1]); // false
```
## Changelog
Version | Description
--------|-------------
2.0.0 | Created
***
See also: