| OLD | NEW |
| 1 # Changelog | 1 # Changelog |
| 2 | 2 |
| 3 ## 0.2.3 |
| 4 - Moved `deferred_library_check` functionality to a library |
| 5 |
| 3 ## 0.2.2 | 6 ## 0.2.2 |
| 4 - Added `deferred_libary_check` tool | 7 - Added `deferred_libary_check` tool |
| 5 | 8 |
| 6 ## 0.2.1 | 9 ## 0.2.1 |
| 7 - Merged `verify_deps` tool into `debug_info` tool | 10 - Merged `verify_deps` tool into `debug_info` tool |
| 8 | 11 |
| 9 ## 0.2.0 | 12 ## 0.2.0 |
| 10 - Added `AllInfoJsonCodec` | 13 - Added `AllInfoJsonCodec` |
| 11 - Added `verify_deps` tool | 14 - Added `verify_deps` tool |
| 12 | 15 |
| 13 ## 0.1.0 | 16 ## 0.1.0 |
| 14 - Added `ProgramInfo.entrypoint`. | 17 - Added `ProgramInfo.entrypoint`. |
| 15 - Added experimental information about calls in function bodies. This will | 18 - Added experimental information about calls in function bodies. This will |
| 16 likely change again in the near future. | 19 likely change again in the near future. |
| 17 | 20 |
| 18 ## 0.0.3 | 21 ## 0.0.3 |
| 19 - Added executable names | 22 - Added executable names |
| 20 | 23 |
| 21 ## 0.0.2 | 24 ## 0.0.2 |
| 22 - Add support for `ConstantInfo` | 25 - Add support for `ConstantInfo` |
| 23 | 26 |
| 24 ## 0.0.1 | 27 ## 0.0.1 |
| 25 - Initial version | 28 - Initial version |
| OLD | NEW |