| OLD | NEW |
| 1 ## 0.26.1+2 |
| 2 |
| 3 * Extension point for WorkManagerFactory(s). |
| 4 * Fix display of parameter lists in servers Element structure (issue 24194) |
| 5 * Band-aid fix for issue #24191. |
| 6 |
| 1 ## 0.26.1+1 | 7 ## 0.26.1+1 |
| 2 | 8 |
| 3 * Removed a warning about importing unnamed libraries | 9 * Removed a warning about importing unnamed libraries |
| 4 * Fix handling of empty URIs in `.packages` files (issue 24126) | 10 * Fix handling of empty URIs in `.packages` files (issue 24126) |
| 5 | 11 |
| 6 ## 0.26.1 | 12 ## 0.26.1 |
| 7 | 13 |
| 8 * Fix line starts in multiline comments (issue 23919). | 14 * Fix line starts in multiline comments (issue 23919). |
| 9 * Various small fixes to Windows path handling. | 15 * Various small fixes to Windows path handling. |
| 10 * Update LineInfo computation during incremental resolution. | 16 * Update LineInfo computation during incremental resolution. |
| (...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 ## 0.22.0 | 73 ## 0.22.0 |
| 68 | 74 |
| 69 New API: | 75 New API: |
| 70 | 76 |
| 71 * `Source.uri` added. | 77 * `Source.uri` added. |
| 72 | 78 |
| 73 Breaking changes: | 79 Breaking changes: |
| 74 | 80 |
| 75 * `DartSdk.fromEncoding` replaced with `fromFileUri`. | 81 * `DartSdk.fromEncoding` replaced with `fromFileUri`. |
| 76 * `Source.resolveRelative` replaced with `resolveRelativeUri`. | 82 * `Source.resolveRelative` replaced with `resolveRelativeUri`. |
| OLD | NEW |