| OLD | NEW |
| 1 # Changelog | 1 # Changelog |
| 2 | 2 |
| 3 ## 0.2.5 |
| 4 - Changed the `deferred_library_check` tool to allow parts to exclude packages |
| 5 and to not assume that unspecified packages are in the main part. |
| 6 |
| 3 ## 0.2.4 | 7 ## 0.2.4 |
| 4 - Added `imports` field for `OutputUnitInfo` | 8 - Added `imports` field for `OutputUnitInfo` |
| 5 | 9 |
| 6 ## 0.2.3 | 10 ## 0.2.3 |
| 7 - Moved `deferred_library_check` functionality to a library | 11 - Moved `deferred_library_check` functionality to a library |
| 8 | 12 |
| 9 ## 0.2.2 | 13 ## 0.2.2 |
| 10 - Added `deferred_libary_check` tool | 14 - Added `deferred_libary_check` tool |
| 11 | 15 |
| 12 ## 0.2.1 | 16 ## 0.2.1 |
| 13 - Merged `verify_deps` tool into `debug_info` tool | 17 - Merged `verify_deps` tool into `debug_info` tool |
| 14 | 18 |
| 15 ## 0.2.0 | 19 ## 0.2.0 |
| 16 - Added `AllInfoJsonCodec` | 20 - Added `AllInfoJsonCodec` |
| 17 - Added `verify_deps` tool | 21 - Added `verify_deps` tool |
| 18 | 22 |
| 19 ## 0.1.0 | 23 ## 0.1.0 |
| 20 - Added `ProgramInfo.entrypoint`. | 24 - Added `ProgramInfo.entrypoint`. |
| 21 - Added experimental information about calls in function bodies. This will | 25 - Added experimental information about calls in function bodies. This will |
| 22 likely change again in the near future. | 26 likely change again in the near future. |
| 23 | 27 |
| 24 ## 0.0.3 | 28 ## 0.0.3 |
| 25 - Added executable names | 29 - Added executable names |
| 26 | 30 |
| 27 ## 0.0.2 | 31 ## 0.0.2 |
| 28 - Add support for `ConstantInfo` | 32 - Add support for `ConstantInfo` |
| 29 | 33 |
| 30 ## 0.0.1 | 34 ## 0.0.1 |
| 31 - Initial version | 35 - Initial version |
| OLD | NEW |