Skip to content

Commit

Permalink
Merge pull request #210 from tronprotocol/feature/3.4.0
Browse files Browse the repository at this point in the history
Release 3.4.0
  • Loading branch information
unicornonea authored Jul 25, 2023
2 parents 0c797ec + 0e2f0a2 commit 9c08666
Show file tree
Hide file tree
Showing 23 changed files with 4,030 additions and 38 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
__3.4.0__
* Add support for `console.log` in Solidity smart contracts

```solidity
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
import "tronbox/console.sol";
contract SampleContract {
constructor() {
console.log("SampleContrac::constructor");
}
}
```

__3.3.0__
* Add support for contract flattening

Expand Down
Loading

0 comments on commit 9c08666

Please sign in to comment.