From e3f6e61f6befb0159e823367b561248d99886127 Mon Sep 17 00:00:00 2001 From: Fabio Lima Date: Sun, 14 Feb 2021 02:28:49 -0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e2cfe..9586209 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -Nothing. +### Fixed + +- Fixed typos in `CHANGELOG.md` ## [3.1.0] - 2021-02-13 @@ -32,7 +34,7 @@ Adds static methods for extracting information from ULIDs. This version breaks compatibility. It is a rewrite from scratch. -Now the `uuid-creator` can generate two types of ULID: default (non-monotonic) and monotonic. Until version 2.3.3 this library only generated monotonic ULIDs. +Now the `ulid-creator` can generate two types of ULID: default (non-monotonic) and monotonic. Until version 2.3.3 this library only generated monotonic ULIDs. ### Added @@ -51,9 +53,9 @@ Now the `uuid-creator` can generate two types of ULID: default (non-monotonic) a ### Changed -- Rewrited `ulid-creator` -- Rewrited all `README.md` -- Rewrited all test cases +- Rewrote `UlidCreator` +- Rewrote all `README.md` +- Rewrote all test cases ### Removed @@ -65,7 +67,7 @@ Now the `uuid-creator` can generate two types of ULID: default (non-monotonic) a - Removed class `InvalidUlidException`, replaced by `IllegalArgumentException` - Removed interface `RandomStrategy`, replaced by `RandomGenerator` - Removed class `DefaultRandomStrategy`, replaced by `DefaultRandomGenerator` -- Removed class `OtherRandomStrategy`` +- Removed class `OtherRandomStrategy` - Removed interface `TimestampStrategy` - Removed class `DefaultTimestampStrategy` - Removed class `FixedTimestampStrategy`