Chromium Code Reviews| Index: pkg/intl/CHANGELOG.md |
| diff --git a/pkg/intl/CHANGELOG.md b/pkg/intl/CHANGELOG.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..8baf4c771f9f5633b010e1022bfb67754bff52fd |
| --- /dev/null |
| +++ b/pkg/intl/CHANGELOG.md |
| @@ -0,0 +1,11 @@ |
| +## 0.9.8 |
| + |
| +* Add a "meaning" optional parameter for Intl.message to distinguish between |
| + two messages with identical text. |
| + |
| +* Handle two different messages with the same text. |
| + |
| +* Allow complex string literals in arguments (e.g. multi-line) |
| + |
| + |
| + |