From 05313ff49dc1ce94c3ff60ff5757ee1b557e5ead Mon Sep 17 00:00:00 2001 From: alin Date: Wed, 31 Jan 2024 12:18:20 +0100 Subject: [PATCH] Change release notes --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6ed9ea..9da9842b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. @@ -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