From a49da6cc677887e3a56a48d50076282572f81af6 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Wed, 22 Aug 2018 07:17:49 -0700 Subject: [PATCH] Automatic changelog generation for PR #39630 [ci skip] --- html/changelogs/AutoChangeLog-pr-39630.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-39630.yml diff --git a/html/changelogs/AutoChangeLog-pr-39630.yml b/html/changelogs/AutoChangeLog-pr-39630.yml new file mode 100644 index 0000000000000..cc33e07145309 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-39630.yml @@ -0,0 +1,7 @@ +author: "PKPenguin321" +delete-after: True +changes: + - tweak: "The GPS circuit now has a 4th output, placing X,Y,Z all in a string." + - rscadd: "2 new converters: Rel to Abs, and Advanced Rel to Abs." + - rscadd: "Rel to Abs takes a set of relative and a set of absolute coordinates, and converts the relative one to absolute. 1 complexity." + - rscadd: "Advanced Rel to Abs takes a set of relative coordinates and converts it to absolute without the need for an already known set of absolute coordinates. 2 complexity."