From 57959ac7d482401f4895ddabe52541da659371d8 Mon Sep 17 00:00:00 2001 From: firest Date: Thu, 25 Jul 2024 18:59:40 +0800 Subject: [PATCH] chore: update changes --- changes/ce/feat-13507.en.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 changes/ce/feat-13507.en.md diff --git a/changes/ce/feat-13507.en.md b/changes/ce/feat-13507.en.md new file mode 100644 index 000000000..115fa49a9 --- /dev/null +++ b/changes/ce/feat-13507.en.md @@ -0,0 +1,2 @@ +Added a new builtin function `getenv` in the rule engine and variform expression to access the environment variables. +Note this value is immutable once loaded from the environment.