Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index fe88e6db470b58286822babf8c98b7283ee2e47f..98748c68ab9bafff8b51df08c20fe1a35f861f0f 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,14 @@ |
| +## 0.10.1+4 |
| + |
| +* Improve handling of locations not from the uris the source map is for. |
| + |
| +## 0.10.1+3 |
| + |
| +* Add `MappingBundle` class that handles extended source map format that |
| + supports source maps for multiple output files in a single mapper. |
| + Extend `Mapping.spanFor` API to accept a uri parameter that is optional |
| + for normal source maps but required for MappingBundle source maps. |
| + |
| ## 0.10.1+2 |
| * Fix more strong mode warnings. |