From 469b082ba8ea7ce4a09b5f3464cb32b447d54536 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Tue, 8 May 2018 22:44:44 -0700 Subject: [PATCH] Automatic changelog generation for PR #37571 [ci skip] --- html/changelogs/AutoChangeLog-pr-37571.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-37571.yml diff --git a/html/changelogs/AutoChangeLog-pr-37571.yml b/html/changelogs/AutoChangeLog-pr-37571.yml new file mode 100644 index 00000000000..f6d1c344146 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-37571.yml @@ -0,0 +1,8 @@ +author: "PKPenguin321" +delete-after: True +changes: + - rscadd: "There are now two new variants of the concatenator integrated circuit. Small, which only takes 4 inputs, and large, which takes 16. Small uses 50% less complexity, large uses 50% more." + - rscadd: "There's a new string length circuit, which simply returns the length of a given string." + - rscadd: "There's a new indexer circuit, which takes a string and an index and returns the character found at the index of the given string." + - tweak: "The find text integrated circuit now has two new pulse outs, one that runs when it finds the text and one that runs when it does not." + - tweak: "Leaving the delimiter in the explode text circuit null will now return all of the input string's characters in a list."