Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion changelog.MD
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ The changelog starts from version 0.1.4 as too much was added in each version be

- Fixed flycheck integration doesn't search for solc and solium in PATH.

- Add `constructor` as keyword.
- Added missing keywords:

- constructor

- payable

## Version 0.1.9

Expand Down
1 change: 1 addition & 0 deletions solidity-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Possible values are:
"memory"
"modifier"
"new"
"payable"
"pragma"
"private"
"public"
Expand Down