From 1e4475c0f44e3d3df3319ec6bd4fc2c90d97fc70 Mon Sep 17 00:00:00 2001 From: Tabulo Date: Sat, 15 Apr 2023 04:52:33 +0200 Subject: [PATCH] Log changes related to transparent shebang support which is now available for all contexts : all scripts (including generated code) destined for local or remote hosts --- docs/changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/changelog b/docs/changelog index 4e9a8a6d..0ad7878d 100644 --- a/docs/changelog +++ b/docs/changelog @@ -2,6 +2,9 @@ Changelog --------- 7.0.1: + * Documentation: Add a new page and several mentions for polyglot scripting (Tabulon) + * Core: Automatically set execute permissions on generated scripts containing a shebang (Tabulon) + * Remote: Run executable scripts directly, enabling transparent shebang support (Tabulon) * Core: Remove double definition of scan parser (Nico Schottelius) * Type __apt_mark: Narrow down grep for hold packages (marcoduif) * Type __apt_source: Set required options variable (Mark Verboom)