Update CHANGELOGs

This commit is contained in:
Amir Bandeali 2019-02-08 11:26:33 -08:00
parent 64401f1031
commit c20972de3f
3 changed files with 35 additions and 0 deletions

View File

@ -1,4 +1,17 @@
[
{
"version": "1.1.0",
"changes": [
{
"note": "Upgrade contracts to Solidity 0.5.3",
"pr": 1604
},
{
"note": "Make constants internal",
"pr": 1604
}
]
},
{
"timestamp": 1549733923,
"version": "1.0.5",

View File

@ -1,4 +1,17 @@
[
{
"version": "2.0.5",
"changes": [
{
"note": "Fix bug in `LibBytes.slice` and `LibBytes.sliceDestructive`",
"pr": 1604
},
{
"note": "Upgrade contracts to Solidity 0.5.3",
"pr": 1604
}
]
},
{
"timestamp": 1549733923,
"version": "2.0.4",

View File

@ -1,4 +1,13 @@
[
{
"version": "2.1.0",
"changes": [
{
"note": "Add `FromLessThanToRequired` and `ToLessThanLengthRequired` revert reasons",
"pr": 1604
}
]
},
{
"version": "2.0.2",
"changes": [