Skip to content

Commit

Permalink
Add change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
jondy committed May 2, 2020
1 parent c423801 commit 841c83c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/change-logs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,24 @@
Change Logs
===========

6.1.0
-----
* Add external plugin script `assert_armored.py`
* Enhance the command `licenses`:
- The final argument could be empty, for example, `pyarmor licenses` will
generate a default license to `licenses/pyarmor/license.lic`
- If the output is end with `license.lic`, it will not append any other path,
just save it as it is. For example, `pyarmor licenses -O dist/license.lic`
will save the final output to `dist/license.lic`
- Add new option `--fixed`, and document `how to use this option to improve
the security`_
* In command `pack`, the default license will be generated with `--fixed` to
improve the security

.. _how to use this option to improve the security: https://pyarmor.readthedocs.io/en/latest/advanced.html#binding-obfuscated-scripts-to-python-interpreter



6.0.2
-----
* Refine the obfuscated code object to improve security
Expand Down

0 comments on commit 841c83c

Please sign in to comment.