diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2018-08-08 18:28:04 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-08 18:28:04 +0800 |
commit | d2ca9c82067971fdbe5bdbccd26c25b13f8d6d7c (patch) | |
tree | b2b230b3e76bf54810ee76025c51f087b229d69c | |
parent | 64e3c9913f6ecfde8f2fe0121c93e92080916b95 (diff) | |
parent | 7cc9ab7d72edc251d00fb60d1a36751e700004e4 (diff) | |
download | dexon-solidity-d2ca9c82067971fdbe5bdbccd26c25b13f8d6d7c.tar.gz dexon-solidity-d2ca9c82067971fdbe5bdbccd26c25b13f8d6d7c.tar.zst dexon-solidity-d2ca9c82067971fdbe5bdbccd26c25b13f8d6d7c.zip |
Merge pull request #4754 from Rytiss/patch-1
Fix typo in Solidity name/url in the changelog
-rw-r--r-- | Changelog.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md index 1974ffb2..539d8c61 100644 --- a/Changelog.md +++ b/Changelog.md @@ -57,7 +57,7 @@ Breaking Changes: * Type Checker: Interface functions must be declared external. This was already the case in the experimental 0.5.0 mode. * Type Checker: Address members are not included in contract types anymore. An explicit conversion is now required before invoking an ``address`` member from a contract. * Type Checker: Disallow "loose assembly" syntax entirely. This means that jump labels, jumps and non-functional instructions cannot be used anymore. - * Remove obsolete ``std`` directory from the Solidity repository. This means accessing ``https://github.com/ethereum/soldity/blob/develop/std/*.sol`` (or ``https://github.com/ethereum/solidity/std/*.sol`` in Remix) will not be possible. + * Remove obsolete ``std`` directory from the Solidity repository. This means accessing ``https://github.com/ethereum/solidity/blob/develop/std/*.sol`` (or ``https://github.com/ethereum/solidity/std/*.sol`` in Remix) will not be possible. * References Resolver: Turn missing storage locations into an error. This was already the case in the experimental 0.5.0 mode. * Syntax Checker: Disallow functions without implementation to use modifiers. This was already the case in the experimental 0.5.0 mode. * Syntax Checker: Named return values in function types are an error. |