diff --git a/docs/change-logs.rst b/docs/change-logs.rst index c8a5244b..dd659e32 100644 --- a/docs/change-logs.rst +++ b/docs/change-logs.rst @@ -3,6 +3,14 @@ Change Logs =========== +6.2.1 +----- +* Fix issue(#244): when specify only one platform the obfuscated scripts raise exception:: + + [Errno 2] No such file or directory: 'xxx/_pytransform.so' + +* Super mode supports windows.x86, linux.x86, linux.aarch64, linux.aarch32, linux.armv7 + 6.2.0 -----