Chromium Code Reviews| Index: CHANGELOG.md |
| diff --git a/CHANGELOG.md b/CHANGELOG.md |
| index e749513fe859e9ac84d70003005bc9b1ce451249..936242c067f275e0f811539b66cffb24e678cd1d 100644 |
| --- a/CHANGELOG.md |
| +++ b/CHANGELOG.md |
| @@ -1,3 +1,8 @@ |
| +# 1.1.2 |
| + |
| +* Fixed validation in `SourceSpanWithContext` to allow multiple occurrences of |
| + `text` within `context. |
|
nweiz
2015/03/30 23:45:51
You forgot a "`" after "context".
Siggi Cherem (dart-lang)
2015/03/31 01:07:49
good catch, thanks.
|
| + |
| # 1.1.1 |
| * Fixed `FileSpan`'s context to include the full span text, not just the first |