diff --git a/html/changelogs/AutoChangeLog-pr-56696.yml b/html/changelogs/AutoChangeLog-pr-56696.yml
new file mode 100644
index 00000000000..e6ec4bf2a98
--- /dev/null
+++ b/html/changelogs/AutoChangeLog-pr-56696.yml
@@ -0,0 +1,6 @@
+author: "CRITAWAKETS"
+delete-after: True
+changes:
+ - bugfix: "Bronze now properly works within the materials system. Consistency issue where despite being a glass material, you cannot use it on grilles is fixed. You can no longer use bronze on a girder and then weld the resulting wall to turn it into a wall gear."
+ - code_imp: "Bronze is now regarded as a sheet instead of a tile."
+ - code_imp: "Checking for if a sheet type requires a unique girder is now a variable called \"has_unique_girder\". This is used on bronze and runed metal."