From b6ce0ec52d8f89b6f12a57fcf07fc8e42e490913 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