diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9c6db7eca..aabac1d57 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -29,6 +29,8 @@ tech changes will usually be stripped from release notes for the public
- [tech] Select tool:
- Delayed syncing of selection state to the global state from mouse down to mouse move/up
- This fixes some of the entries in the Fixed section
+- AssetManager:
+ - Changed UI of renaming assets, allowing inline editing rather than opening a popup
### Removed
diff --git a/client/src/assetManager/AssetContext.vue b/client/src/assetManager/AssetContext.vue
index 6dbc97678..c026869d3 100644
--- a/client/src/assetManager/AssetContext.vue
+++ b/client/src/assetManager/AssetContext.vue
@@ -1,17 +1,21 @@
@@ -339,7 +391,14 @@ function canEdit(data: AssetId | DeepReadonly | undefined, includeRoot
>
-