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 6, 2018
1 parent a7e909e commit 4aa63ed
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 4 additions & 0 deletions ChangeLog.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
3.8.6
-----
* The `frame.f_locals` of `wrapper` and wrapped function return an empty dictionary, all the other frames still return original value.

3.8.5
-----
* The `frame.f_locals` of all frames will always return an empty dictionary to protect runtime data.
Expand Down
9 changes: 7 additions & 2 deletions src/platforms/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Downlaods for Pyarmor Prebuilt Dynamic Library #

Latest version: **3.3.0**
Latest version: **3.3.1**

Build date: 2018-4-4
Build date: 2018-4-6

The core of Pyarmor is written by C, the prebuilt dynamic libraries
include the common platforms and some embeded platforms. It's not
Expand Down Expand Up @@ -45,6 +45,11 @@ The name of platform is decomposed from distutils.util.get_platform()

## Change Logs

### 3.3.1

* `__wraparmor__` only clears frame of `wrapper` and wrapped function when exception raised.
* Refine setter of `frame.f_locals`, only `wrapper` and wrapped function return empty dictionary.

### 3.3.0

* Add extra argument `tb` when call `__wraparmor__` in decorator, None if no exception.
Expand Down

0 comments on commit 4aa63ed

Please sign in to comment.