diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 5d07790b91..b96167df56 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1684,3 +1684,9 @@ Entries: - {message: Ghosts can now properly return to their body if applicable., type: Fix} id: 300 time: '2021-08-06T07:02:36.0000000+00:00' +- author: Zumorica + changes: + - {message: 'Fixes a bug where items would disappear when placed in tables, in certain + situations.', type: Fix} + id: 301 + time: '2021-08-06T15:53:48.856573+00:00' diff --git a/Resources/Changelog/Parts/tables.yml b/Resources/Changelog/Parts/tables.yml deleted file mode 100644 index 94d6d67a09..0000000000 --- a/Resources/Changelog/Parts/tables.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix - message: Fixes a bug where items would disappear when placed in tables, in certain situations.