Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
d8vjork committed Dec 26, 2023
1 parent 0b7f8ce commit d9ea4e2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.0] - 2023-12-26

### Added

- `ByteUnitConverter::numberFormat()` static method to be reused within library (although can be used externally)

### Changed

- `ByteUnitConverter::new()` method now accepts strings or integers as input argument
- `ByteUnitConverter::from()` method now accepts strings, floats or integers as first input argument

### Fixed

- `ByteUnitConverter::asRound()` method now returns zero (0) results with decimals only if results are 0

## [2.1.0] - 2023-12-25

### Added
Expand Down

0 comments on commit d9ea4e2

Please sign in to comment.