Updated CHANGELOGS & MD docs

This commit is contained in:
Jacob Evans
2020-02-09 09:37:04 +10:00
parent 445b686c6c
commit 7bd88c1bb8
93 changed files with 1213 additions and 923 deletions

View File

@@ -14,7 +14,8 @@
"note": "Add `transactionHashUtils`.",
"pr": 2462
}
]
],
"timestamp": 1581204851
},
{
"timestamp": 1580988106,

View File

@@ -5,6 +5,12 @@ Edit the package's CHANGELOG.json file only.
CHANGELOG
## v10.2.0 - _February 8, 2020_
* Remove use of ambient `DevUtils` instances. (#2462)
* Make hash computing tooling non-async again. (#2462)
* Add `transactionHashUtils`. (#2462)
## v10.1.3 - _February 6, 2020_
* Dependencies updated