From 6590776192a1fbe5f4b2ceedb2c92f71d1f97391 Mon Sep 17 00:00:00 2001 From: tgstation-server Date: Mon, 13 Jan 2020 16:52:27 -0800 Subject: [PATCH] Automatic changelog generation for PR #48690 [ci skip] --- html/changelogs/AutoChangeLog-pr-48690.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-48690.yml diff --git a/html/changelogs/AutoChangeLog-pr-48690.yml b/html/changelogs/AutoChangeLog-pr-48690.yml new file mode 100644 index 00000000000..9cb36d5194d --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-48690.yml @@ -0,0 +1,4 @@ +author: "nemvar" +delete-after: True +changes: + - admin: "Added another SDQL option. Using \"UPDATE selectors SET #null=value\" will now resolve value and discard the return. This is useful if you only care about the side effect of a proc."