Skip to content

Commit

Permalink
Merge pull request #20 from meokullu/meokullu-patch-11
Browse files Browse the repository at this point in the history
Update CHANGELOG.md
  • Loading branch information
meokullu committed Mar 18, 2024
2 parents bf5fdd2 + 33b88d5 commit 6baae9b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,10 @@
-->

### [1.0.0-alpha.6]

#### Changed
* Fixing a bug on calculation of offset value on `GetCustomScaleIndex(int index, int width, int height, int customScale)` method.

### [1.0.0-alpha.5]

#### Added
* `ApplyScale<T>(List<T> list, int width, int height, int customScale)` method is added for generic list of generic data type.
* `width` and `height` values should be same for `ApplyScale<T>()` and `GetCustomScalingIndex()` methods. Temporarily value checking is added.
Expand All @@ -27,25 +25,21 @@
* Variables renamed to enhance readability.

### [1.0.0-alpha.4]

#### Changed
* New design README.
* New design CHANGELOG.

### [1.0.0-alpha.3]

#### Added
* Added CHANGELOG.
* Added Nuget download link on README.
* Added CHANGELOG link under Version History on README.

### [1.0.0-alpha.2]

#### Added
* Added minimum value checking into `SetHeight()` and `SetWidth()` methods.

### [1.0.0-alpha.1]

#### Added
* Added licence file.
* Readme file is filled.
Expand Down

0 comments on commit 6baae9b

Please sign in to comment.