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