OLD | NEW |
1 # Changelog | 1 # Changelog |
2 | 2 |
| 3 ## 0.2.0 |
| 4 - Added `verify_deps` tool |
| 5 |
3 ## 0.1.0 | 6 ## 0.1.0 |
4 - Added `ProgramInfo.entrypoint`. | 7 - Added `ProgramInfo.entrypoint`. |
5 - Added experimental information about calls in function bodies. This will | 8 - Added experimental information about calls in function bodies. This will |
6 likely change again in the near future. | 9 likely change again in the near future. |
7 | 10 |
8 ## 0.0.3 | 11 ## 0.0.3 |
9 - Added executable names | 12 - Added executable names |
10 | 13 |
11 ## 0.0.2 | 14 ## 0.0.2 |
12 - Add support for ConstantInfo | 15 - Add support for ConstantInfo |
13 | 16 |
14 ## 0.0.1 | 17 ## 0.0.1 |
15 | 18 |
16 - Initial version | 19 - Initial version |
OLD | NEW |