From 555747df90d1f0ff9ac6bbdc127c4001919c529b Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Sun, 12 Jan 2020 02:37:15 -0600 Subject: [PATCH] Automatic changelog generation for PR #10516 [ci skip] --- html/changelogs/AutoChangeLog-pr-10516.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-10516.yml diff --git a/html/changelogs/AutoChangeLog-pr-10516.yml b/html/changelogs/AutoChangeLog-pr-10516.yml new file mode 100644 index 0000000000..39dd05a4db --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-10516.yml @@ -0,0 +1,4 @@ +author: "BonniePandora" +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."