Fix wrong changelog in the Decimal's documentation

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2020-10-05 13:01:29 +02:00
parent 1eb5b9d3c5
commit 5ba7646925
No known key found for this signature in database
GPG key ID: 221E9281655813A6

View file

@ -20,7 +20,6 @@ ending zeros and because of that, validations like the ones below will pass.
v::decimal(1)->validate(1.50); // true
```
## Categorization
- Numbers
@ -29,9 +28,7 @@ v::decimal(1)->validate(1.50); // true
Version | Description
--------|-------------
2.0.0 | Removed support to whitespaces by default
0.5.0 | Renamed from `Digits` to `Digit`
0.3.9 | Created as `Digits`
2.0.0 | Created
***
See also: