From 42a122b42a2b8d2b3d5d323920ca45914f9357c0 Mon Sep 17 00:00:00 2001 From: Sandy Ryza Date: Thu, 22 Aug 2024 14:03:28 -0700 Subject: [PATCH] 1.8.3 changelog (#23838) ## Summary & Motivation ## How I Tested These Changes ## Changelog [New | Bug | Docs] > Replace this message with a changelog entry, or `NOCHANGELOG` (cherry picked from commit 1985fd34d8d2b1190187d650027a4d267d5e08db) --- CHANGES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index dd676717a3d22..4f3585741ae1e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,11 @@ # Changelog +## 1.8.3 (core) / 0.24.3 (libraries) + +### New + +- When different assets within a code location have different `PartitionsDefinition`s, there will no longer be an implicit asset job `__ASSET_JOB_...` for each `PartitionsDefinition`; there will just be one with all the assets. This reduces the time it takes to load code locations with assets with many different `PartitionsDefinition`s. + ## 1.8.2 (core) / 0.24.2 (libraries) ### New