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