From 099c8dbfa3c18825be9b07feded8c2ddf4cc9c1c Mon Sep 17 00:00:00 2001 From: Max P Date: Fri, 23 Aug 2024 19:18:33 +0200 Subject: [PATCH] docs: Add `Identifiers` Changelog entry --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8845a2e..15b754e 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 +- feat: Add a full description of `Identifiers` as JSDoc comment. + This establishes the definition of what an `Identifiers` is. + ### Deprecated