From a4bab567fc2c04532e32f6218fa41eb27e742074 Mon Sep 17 00:00:00 2001 From: prha Date: Thu, 18 Dec 2025 14:54:06 -0800 Subject: [PATCH] fix changelog docs --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index a4da9574ca0b5..566dd854edbfe 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -6,7 +6,7 @@ - Optimized performance of calculating partition keys for time window partitions with exclusions. - `timedelta` and `datetime` are now available via the `datetime` context when rendering components (Thanks, [@stevenayers](https://github.com/stevenayers)!) -- `FreshnessPolicy` is now available via the `dg` context when rendering components. (Thanks, [@stevenayers](@https://github.com/stevenayers)!) +- `FreshnessPolicy` is now available via the `dg` context when rendering components. (Thanks, [@stevenayers](https://github.com/stevenayers)!) - Assets may now be annotated with up to 10 kinds (limit was previously 3). - Arbitrary resource parameters may now be hidden in the UI by setting `json_schema_extra={"dagster__is_secret": True}` on the corresponding `Field` definition in the resource class. - The `dg docs` cli group has been removed. The `integrations` subcommand has been moved to `dg utils integrations`.