Skip to content

Commit

Permalink
Change release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
aedart committed Jan 30, 2024
1 parent f62acc9 commit 50cfc20
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

* `Kind` enum which contains cases of the kind of element that is being decorated (_defined in a decorator context object_).
* `Arrayable` interface, in `@aedart/contracts/support` submodule.
* `toWeakRef()` util method in `@aedart/support`.
* `mergeKets()` util method in `@aedart/support`.
* `isKey()` util method in `@aedart/support`.
* `isPropertyKey()` util method in `@aedart/support`.
* Documentation for `uniqueId()` and `hasUniqueId()` util methods, in the `@aedart/support` package.
* `isConstructor()` util method in `@aedart/support/reflections`.
* `isCallable()` util method in `@aedart/support/reflections` (_Unsafe / unstable!_).
* `isClassConstructor()` util method in `@aedart/support/reflections` (_Unsafe / unstable!_).
* `toWeakRef()` util method in `@aedart/support/misc`.
* `mergeKets()` util method in `@aedart/support/misc`.
* `isKey()` util method in `@aedart/support/misc`.
* `isPropertyKey()` util method in `@aedart/support/misc`.
* Documentation for `uniqueId()` and `hasUniqueId()` util methods, in the `@aedart/support/objects` package.

### Changed

Expand Down

0 comments on commit 50cfc20

Please sign in to comment.