Skip to content

Commit bb25195

Browse files
committed
Add change logs
1 parent 6626378 commit bb25195

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

ChangeLog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
3.8.1
2+
-----
3+
* Try to access original func_code out of decorator `wraparmor` is forbidden.
4+
15
3.8.0
26
-----
37
* Add option `--output` for command `build`, it will override the value in project configuration file.

src/platforms/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Downlaods for Pyarmor Prebuilt Dynamic Library #
22

3-
Latest version: **3.2.5**
3+
Latest version: **3.2.6**
44

5-
Build date: 2018-3-18
5+
Build date: 2018-3-21
66

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

4646
## Change Logs
4747

48+
### 3.2.6
49+
50+
* Obfuscate core memebers of code object in `__wraparmor__`.
51+
4852
### 3.2.5
4953

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

0 commit comments

Comments
 (0)