File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 1+ # Emacs Solidity Mode Changelog
2+
3+ The changelog starts from version 0.1.4 as too much was added in each version before that.
4+
5+ ## Version 0.1.6
6+
7+ - Add gas estimation code. User facing function is ` solidity-estimate-gas-at-point ` .
8+
9+ ## Version 0.1.5
10+
11+ - Add ability to chain flycheck checkers for solidity.
12+ - Add ` solidity-flycheck-chaining-error-level ` so that user can customize
13+ the level at which chaining will happen.
14+
15+ ## Version 0.1.4
16+
17+ - Integrate with the solium linter
18+ - Allow specification of solium config file via ` flycheck-solidity-solium-soliumrcfile `
19+
Original file line number Diff line number Diff line change 44
55; ; Author: Lefteris Karapetsas <lefteris@refu.co>
66; ; Keywords: languages
7- ; ; Version: 0.1.5
7+ ; ; Version: 0.1.6
88
99; ; This program is free software; you can redistribute it and/or modify
1010; ; it under the terms of the GNU General Public License as published by
You can’t perform that action at this time.
0 commit comments