From ef276b00a48ba2be2a079d7963a13d021aa5732c Mon Sep 17 00:00:00 2001 From: Jondy Zhao Date: Fri, 14 Aug 2020 23:42:47 +0800 Subject: [PATCH] Add change logs --- docs/change-logs.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/change-logs.rst b/docs/change-logs.rst index cd1d577d..3f7db9c8 100644 --- a/docs/change-logs.rst +++ b/docs/change-logs.rst @@ -3,6 +3,17 @@ Change Logs =========== +6.3.7 +----- +* A big improvement for restrict mode: the plain script couldn't visit any + module attribute if this module is obfuscated by restrict mode 2, 3 or 4 +* Add option `--runtime` for command `obfuscate`, `build` +* In command `runtime`, deprecate option `--super-mode` and `--vm-mode`, use + `--advanced` instead. +* Fix encoding issue: couldn't get the right encoding if source encoding is in + the second line +* Refine example scripts + 6.3.6 ----- * Fix pack issue: if `pyi-makespec` could not be found, it will complain of