Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
Added CHANGELOG entry
Browse files Browse the repository at this point in the history
  • Loading branch information
metachris committed Apr 6, 2018
1 parent 542e7bf commit 2052f75
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.rst
Expand Up @@ -12,13 +12,16 @@ All notable changes to this project are documented in this file.
- various networking improvements
- fix in ``neo.SmartContract.StateReader`` ``ContractMigrate`` functionality
- added check for Python 3.6 on startup
- API: Added CORS header ``Access-Control-Allow-Headers: 'Content-Type, Access-Control-Allow-Headers, Authorization, X-Requested-With'`` (fixes ``Request header field Content-Type is not allowed by Access-Control-Allow-Headers in preflight response``)


[0.6.6] 2018-04-02
------------------
- add ``Neo.Runtime.Serialize`` and ``Neo.Runtime.Deserialize`` for compliance with this (`#163 <https://github.com/neo-project/neo/pull/163>`_)
- Fixed IsWalletTransaction to make it compare scripts in transactions to scripts (instead of scripthashes) in wallet contracts and scripthashes of transactions (instead of scripts) to scripthashes of watch-only addresses
- Python version check in ``Settings.py``: fail if not Python 3.6+ (can be disabled with env var ``SKIP_PY_CHECK``)


[0.6.5] 2018-03-31
-----------------------
- Changed the ``eval()`` call when parsing the `--tx-attr` param to parse only json. Reduced the surface and options available on the other 2 eval calls to improve security.
Expand Down

0 comments on commit 2052f75

Please sign in to comment.