From a10a788e8ee0a399d12f3d4becb0cdbc0b776ba3 Mon Sep 17 00:00:00 2001 From: Jondy Zhao Date: Sat, 7 Apr 2018 19:20:12 +0800 Subject: [PATCH] Add change logs --- ChangeLog.rst | 4 ++++ src/platforms/README.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 163e88fa..8bb806b7 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,7 @@ +3.8.7 +----- +* The `frame.f_locals` of `wrapper` and wrapped function will return an empty dictionary once `__wraparmor__` is called. + 3.8.6 ----- * The `frame.f_locals` of `wrapper` and wrapped function return an empty dictionary, all the other frames still return original value. diff --git a/src/platforms/README.md b/src/platforms/README.md index 8521716f..6869936d 100644 --- a/src/platforms/README.md +++ b/src/platforms/README.md @@ -1,6 +1,6 @@ # Downlaods for Pyarmor Prebuilt Dynamic Library # -Latest version: **3.3.1** +Latest version: **3.3.2** Build date: 2018-4-6 @@ -45,6 +45,10 @@ The name of platform is decomposed from distutils.util.get_platform() ## Change Logs +### 3.3.2 + +* Init getter of `frame.f_locals` on first time `__wraparmor__` is called + ### 3.3.1 * `__wraparmor__` only clears frame of `wrapper` and wrapped function when exception raised.