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