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 31, 2024
1 parent c1b01a3 commit 05313ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ 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.
* `targetMeta()` and `getTargetMeta()` utils method in `@aedart/support/meta`.
* `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!_).
* `isCallable()` and `isClassConstructor()` util methods 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`.
Expand All @@ -33,6 +33,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* Bumped license year.
* Dependencies updated (_service update_).
* Refactored internal `save()` method to no longer attempt to overwrite `context.metadata` because it has been defined as read-only property by TypeScript.
* JSDoc now clearly states that `meta()` is intended to be used as a decorator.

### Removed

Expand Down

0 comments on commit 05313ff

Please sign in to comment.