Skip to content

Commit

Permalink
Add change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Apr 7, 2018
1 parent f7db238 commit a10a788
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 5 additions & 1 deletion src/platforms/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit a10a788

Please sign in to comment.