diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index 7f72c1c28d..4f20063687 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -2151,3 +2151,14 @@ Entries: - {message: Fix being able to uncuff yourself while dead or incapacitated., type: Fix} id: 384 time: '2021-10-01T12:48:27.257568+00:00' +- author: Zumorica + changes: + - {message: Fix being able to place cables/wires on non-subfloor tiles., type: Fix} + id: 385 + time: '2021-10-01T13:28:49.057909+00:00' +- author: Zumorica + changes: + - {message: Fix examine not showing the correct construction steps in certain cases., + type: Fix} + id: 386 + time: '2021-10-01T13:28:49.058728+00:00' diff --git a/Resources/Changelog/Parts/cable.yml b/Resources/Changelog/Parts/cable.yml deleted file mode 100644 index a13ba8de2e..0000000000 --- a/Resources/Changelog/Parts/cable.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix # One of the following: Add, Remove, Tweak, Fix - message: Fix being able to place cables/wires on non-subfloor tiles. diff --git a/Resources/Changelog/Parts/constructionExamine.yml b/Resources/Changelog/Parts/constructionExamine.yml deleted file mode 100644 index 44aaf992fd..0000000000 --- a/Resources/Changelog/Parts/constructionExamine.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix # One of the following: Add, Remove, Tweak, Fix - message: Fix examine not showing the correct construction steps in certain cases.