From 2c40da7c69b273ab304a5e35b923731b4623f253 Mon Sep 17 00:00:00 2001 From: Alin Eugen Deac Date: Thu, 15 Feb 2024 21:03:29 +0100 Subject: [PATCH] Change release notes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b393cfa8..e5e5d36a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +* `FUNCTION_PROTOTYPE` const in `@aedart/contracts/support/reflections`. +* `hasPrototypeProperty()` and `assertHasPrototypeProperty()` in `@aedart/support/reflections`. +* `getParentOfClass()` and `getAllParentsOfClass()` in `@aedart/support/reflections`. * `getClassPropertyDescriptor()` and `getClassPropertyDescriptors()` in `@aedart/support/reflections`. ## [0.8.0] - 2024-02-12