-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9f323ba
commit c5039e4
Showing
2 changed files
with
20 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Emacs Solidity Mode Changelog | ||
|
||
The changelog starts from version 0.1.4 as too much was added in each version before that. | ||
|
||
## Version 0.1.6 | ||
|
||
- Add gas estimation code. User facing function is `solidity-estimate-gas-at-point`. | ||
|
||
## Version 0.1.5 | ||
|
||
- Add ability to chain flycheck checkers for solidity. | ||
- Add `solidity-flycheck-chaining-error-level` so that user can customize | ||
the level at which chaining will happen. | ||
|
||
## Version 0.1.4 | ||
|
||
- Integrate with the solium linter | ||
- Allow specification of solium config file via `flycheck-solidity-solium-soliumrcfile` | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
;; Author: Lefteris Karapetsas <[email protected]> | ||
;; Keywords: languages | ||
;; Version: 0.1.5 | ||
;; Version: 0.1.6 | ||
|
||
;; This program is free software; you can redistribute it and/or modify | ||
;; it under the terms of the GNU General Public License as published by | ||
|