Make addToWhitelist vararg for compactness. (#1361)

This commit is contained in:
Rick Parker
2017-08-31 13:24:45 +01:00
committed by GitHub
parent 9b3cad30b2
commit 35dec9abdc
6 changed files with 70 additions and 64 deletions

View File

@ -70,6 +70,8 @@ UNRELEASED
* Removed the concept of relevancy from ``LinearState``. The ``ContractState``'s relevancy to the vault can be determined
by the flow context, the vault will process any transaction from a flow which is not derived from transaction resolution verification.
* ``SerializationCustomization.addToWhitelist()` now accepts multiple classes via varargs.
Milestone 14
------------