Update CHANGELOG.md
This commit is contained in:
parent
105a0c7072
commit
e3f6e61f6b
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -4,7 +4,9 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
Nothing.
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed typos in `CHANGELOG.md`
|
||||||
|
|
||||||
## [3.1.0] - 2021-02-13
|
## [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.
|
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
|
### Added
|
||||||
|
|
||||||
|
@ -51,9 +53,9 @@ Now the `uuid-creator` can generate two types of ULID: default (non-monotonic) a
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Rewrited `ulid-creator`
|
- Rewrote `UlidCreator`
|
||||||
- Rewrited all `README.md`
|
- Rewrote all `README.md`
|
||||||
- Rewrited all test cases
|
- Rewrote all test cases
|
||||||
|
|
||||||
### Removed
|
### 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 class `InvalidUlidException`, replaced by `IllegalArgumentException`
|
||||||
- Removed interface `RandomStrategy`, replaced by `RandomGenerator`
|
- Removed interface `RandomStrategy`, replaced by `RandomGenerator`
|
||||||
- Removed class `DefaultRandomStrategy`, replaced by `DefaultRandomGenerator`
|
- Removed class `DefaultRandomStrategy`, replaced by `DefaultRandomGenerator`
|
||||||
- Removed class `OtherRandomStrategy``
|
- Removed class `OtherRandomStrategy`
|
||||||
- Removed interface `TimestampStrategy`
|
- Removed interface `TimestampStrategy`
|
||||||
- Removed class `DefaultTimestampStrategy`
|
- Removed class `DefaultTimestampStrategy`
|
||||||
- Removed class `FixedTimestampStrategy`
|
- Removed class `FixedTimestampStrategy`
|
||||||
|
|
Loading…
Reference in New Issue