We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39014d0 commit fd5f0ffCopy full SHA for fd5f0ff
CHANGELOG.md
@@ -7,6 +7,12 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
## [Unreleased]
9
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
+
16
## [0.1.0a1] - 2024-09-13
17
18
- Added initial implementation.
0 commit comments