Skip to content

Commit fd5f0ff

Browse files
committed
Update CHANGELOG
1 parent 39014d0 commit fd5f0ff

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
99

10+
- Changed error handling during `Bundle` instantiation. Now message errors will be ignored by default, overrideable
11+
by a new `strict` parameter. In this mode, a `ParserError` will be raised instead of a `ValueError` as before.
12+
- Renamed the `namespace` argument to `language`.
13+
- Fluent message variables are now no longer passed to `get_translation` using `**kwargs`; instead a `variables`
14+
parameter is used.
15+
1016
## [0.1.0a1] - 2024-09-13
1117

1218
- Added initial implementation.

0 commit comments

Comments
 (0)