Skip to content

Commit

Permalink
Add change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed Mar 21, 2018
1 parent 6626378 commit bb25195
Show file tree
Hide file tree
Showing 2 changed files with 10 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.1
-----
* Try to access original func_code out of decorator `wraparmor` is forbidden.

3.8.0
-----
* Add option `--output` for command `build`, it will override the value in project configuration file.
Expand Down
8 changes: 6 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.2.5**
Latest version: **3.2.6**

Build date: 2018-3-18
Build date: 2018-3-21

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,10 @@ The name of platform is decomposed from distutils.util.get_platform()

## Change Logs

### 3.2.6

* Obfuscate core memebers of code object in `__wraparmor__`.

### 3.2.5

* Refine frozen module name when obfuscating scripts, remove dotted name if it's not a package.
Expand Down

0 comments on commit bb25195

Please sign in to comment.