| OLD | NEW |
| 1 ## 0.9.2+1 |
| 2 |
| 3 * Minor readability improvements to `FixedSpan.getLocationMessage` and |
| 4 `SpanException.toString`. |
| 5 |
| 1 ## 0.9.2 | 6 ## 0.9.2 |
| 2 | 7 |
| 3 * Add `SpanException` and `SpanFormatException` classes. | 8 * Add `SpanException` and `SpanFormatException` classes. |
| 4 | 9 |
| 5 ## 0.9.1 | 10 ## 0.9.1 |
| 6 | 11 |
| 7 * Support unmapped areas in source maps. | 12 * Support unmapped areas in source maps. |
| 8 | 13 |
| 9 * Increase the readability of location messages. | 14 * Increase the readability of location messages. |
| OLD | NEW |