v1.2.0
Changelog
- Fix ERC20 interface and implementations to conform to standard.
- Rename
claim
torelease
inTokenTimelock
. - Bugfixes in
VestedToken
. - Deprecated
throw
in favor ofrequire()
,assert()
andrevert()
. - Small improvements on crowdsale contracts.
- Added
ECRecovery
library.