Compare commits
2 Commits
v2.2.0-rc.
...
v2.2.0
| Author | SHA1 | Date | |
|---|---|---|---|
| 9ed1b44865 | |||
| 7aaf15be59 |
@ -1,6 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 2.2.0 (unreleased)
|
## 2.2.0 (2019-03-14)
|
||||||
|
|
||||||
### New features:
|
### New features:
|
||||||
* `ERC20Snapshot`: create snapshots on demand of the token balances and total supply, to later retrieve and e.g. calculate dividends at a past time. ([#1617](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1617))
|
* `ERC20Snapshot`: create snapshots on demand of the token balances and total supply, to later retrieve and e.g. calculate dividends at a past time. ([#1617](https://github.com/OpenZeppelin/openzeppelin-solidity/pull/1617))
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"package_name": "zeppelin",
|
"package_name": "zeppelin",
|
||||||
"version": "2.2.0-rc.1",
|
"version": "2.2.0",
|
||||||
"description": "Secure Smart Contract library for Solidity",
|
"description": "Secure Smart Contract library for Solidity",
|
||||||
"authors": [
|
"authors": [
|
||||||
"OpenZeppelin Community <maintainers@openzeppelin.org>"
|
"OpenZeppelin Community <maintainers@openzeppelin.org>"
|
||||||
|
|||||||
2
package-lock.json
generated
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openzeppelin-solidity",
|
"name": "openzeppelin-solidity",
|
||||||
"version": "2.2.0-rc.1",
|
"version": "2.2.0",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "openzeppelin-solidity",
|
"name": "openzeppelin-solidity",
|
||||||
"version": "2.2.0-rc.1",
|
"version": "2.2.0",
|
||||||
"description": "Secure Smart Contract library for Solidity",
|
"description": "Secure Smart Contract library for Solidity",
|
||||||
"files": [
|
"files": [
|
||||||
"build",
|
"build",
|
||||||
|
|||||||
Reference in New Issue
Block a user