diff --git a/Resources/Changelog/Changelog.yml b/Resources/Changelog/Changelog.yml index f50985cb2a..f64e8b9ff0 100644 --- a/Resources/Changelog/Changelog.yml +++ b/Resources/Changelog/Changelog.yml @@ -1695,3 +1695,14 @@ Entries: - {message: Fixes pickup animation not showing under certain conditions., type: Fix} id: 302 time: '2021-08-06T16:13:07.405459+00:00' +- author: Zumorica + changes: + - {message: Fix pointing at an item in your inventory resulting in the pointing + arrow playing a weird animation., type: Fix} + id: 303 + time: '2021-08-06T16:28:43.947928+00:00' +- author: Zumorica + changes: + - {message: Fix bug where you couldn't point at space., type: Fix} + id: 304 + time: '2021-08-06T16:28:43.948705+00:00' diff --git a/Resources/Changelog/Parts/pointing_self.yml b/Resources/Changelog/Parts/pointing_self.yml deleted file mode 100644 index 3d6d5d1b30..0000000000 --- a/Resources/Changelog/Parts/pointing_self.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix # One of the following: Add, Remove, Tweak, Fix - message: Fix pointing at an item in your inventory resulting in the pointing arrow playing a weird animation. diff --git a/Resources/Changelog/Parts/pointing_space.yml b/Resources/Changelog/Parts/pointing_space.yml deleted file mode 100644 index 17bd93c9af..0000000000 --- a/Resources/Changelog/Parts/pointing_space.yml +++ /dev/null @@ -1,4 +0,0 @@ -author: Zumorica -changes: - - type: Fix # One of the following: Add, Remove, Tweak, Fix - message: Fix bug where you couldn't point at space.