From 359cada6987284aec65b9b96743e9a7af3d22404 Mon Sep 17 00:00:00 2001 From: OM PAWAR Date: Fri, 31 Jul 2026 11:47:31 +0530 Subject: [PATCH] Update date and add Taxonomy CDA support details Updated release date for version 2.8.0 and detailed new Taxonomy CDA support features. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e4409..1ea088c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## _v2.8.0_ -### **Date: 28-July-2026** +### **Date: 03-Aug-2026** - Added Taxonomy CDA support: `stack.taxonomy(uid)` now fetches a single published taxonomy (`.fetch()`), lists its terms (`.term().find()`), and fetches/traverses a single term (`.term(uid).fetch()/.locales()/.ancestors()/.descendants()`), with `.locale()`, `.include_fallback()`, `.include_branch()`, `.depth()`, `.skip()`, `.limit()`, `.include_count()`, and `.param()` chainable across the new classes. `stack.taxonomy()` (no uid) now also lists all published taxonomies via `.find()` when no filter is chained — existing entry-filter usage (`.in_()`, `.above()`, `.below()`, `.exists()`, etc. followed by `.find()`) is fully backward compatible and unchanged.