aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:05:51 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2019-01-16 00:05:51 +0800
commit4404f92b3809a1edf538a1ebda6e0afe053b5e0c (patch)
tree49184e33779f4b07a9d480257fe6e4ceebf0af34 /packages/sol-doc
parent0a279794642bde667a51401bd7cf2b2a1079c788 (diff)
downloaddexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.gz
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.bz2
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.lz
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.xz
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.tar.zst
dexon-sol-tools-4404f92b3809a1edf538a1ebda6e0afe053b5e0c.zip
Add CHANGELOG entries
Diffstat (limited to 'packages/sol-doc')
-rw-r--r--packages/sol-doc/CHANGELOG.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/packages/sol-doc/CHANGELOG.json b/packages/sol-doc/CHANGELOG.json
index f95702ee4..76eba9699 100644
--- a/packages/sol-doc/CHANGELOG.json
+++ b/packages/sol-doc/CHANGELOG.json
@@ -1,5 +1,14 @@
[
{
+ "version": "2.0.0",
+ "changes": [
+ {
+ "note": "Upgrade the bignumber.js to v8.0.2",
+ "pr": 1517
+ }
+ ]
+ },
+ {
"timestamp": 1547561734,
"version": "1.0.14",
"changes": [
@@ -129,7 +138,8 @@
"version": "1.0.0",
"changes": [
{
- "note": "Utility to generate documentation for Solidity smart contracts, outputting a format compliant with @0xproject/types.DocAgnosticFormat",
+ "note":
+ "Utility to generate documentation for Solidity smart contracts, outputting a format compliant with @0xproject/types.DocAgnosticFormat",
"pr": 1004
}
]