Skip to content

Commit

Permalink
Change release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Feb 20, 2024
1 parent 4b0f705 commit 4d44800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `@aedart/contracts/support/arrays` and `@aedart/support/arrays` submodules.
* `ConcatSpreadable` (_extends TypeScript's `ArrayLike` interface_) interface in `@aedart/contracts/support/arrays`.
* `Throwable` (_extends TypeScript's `Error` interface_) interface in `@aedart/contracts/support/exceptions`.
* `Cloneable` interface in `@aedart/contracts/support/objects`.
* `LogicalError` and `AbstractClassError` exceptions in `@aedart/support/exceptions`.
* `getErrorMessage()` in `@aedart/support/exceptions`.
* `FUNCTION_PROTOTYPE` and `TYPED_ARRAY_PROTOTYPE` constants in `@aedart/contracts/support/reflections`.
Expand All @@ -25,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* `classOwnKeys()` in `@aedart/support/reflections`.
* `merge()` in `@aedart/support/objects`.
* `merge()`, `isTypedArray()`, `isArrayLike` and `isConcatSpreadable()` in `@aedart/support/arrays`.
* `isCloneable()` in `@aedart/support/objects`.

## [0.8.0] - 2024-02-12

Expand Down

0 comments on commit 4d44800

Please sign in to comment.