aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8cd1f3bd2624..71afab2d2ebd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -10,6 +10,19 @@ in the release notes and/or placed into UPDATING.
All ports committers are allowed to commit to this file.
+20201001:
+AUTHOR: bapt@FreeBSD.org
+
+ packages scripts and keywords can both be written in lua (versoin 5.3), see
+ pkg-lua-script(5) for the API.
+
+ Note that all scripts written in lua will:
+
+ - run inside a capsicum sandbox,
+ - be rootdir compatible (see pkg -r option)
+ - be cross installation compatible example: installing packages in an arm64
+ rootdir on and amd64 host.
+
20200531:
AUTHOR: kde@FreeBSD.org