Skip to content

Commit 03b4201

Browse files
committed
Merge changelog entries as intended
1 parent 1f5a914 commit 03b4201

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

CHANGELOG.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,17 @@
22

33
All notable changes to MiniJinja are documented here.
44

5-
## 2.9.0
5+
## 2.8.0
66

7+
- Added `SemiStrict` undefined mode that is like strict but allows
8+
to be checked for truthiness. Additionally an if expression without
9+
an else block will always produce a silent undefined object that
10+
never errors for compatibility with Jinja2. #687
11+
- Make the trait bounds of `ViaDeserialize` stricter. Now the type
12+
can only be constructed if the type implements `DeserializeOwned`.
13+
This is not a new requirement for passing the function to
14+
`add_function` but bad code will now error earlier for better
15+
error reporting. #689
716
- Raise MSRV to 1.70.
817
- The contrib crate now uses a basic xorrand implementation instead
918
of depending on all of the `rand` module. #696
@@ -40,18 +49,6 @@ All notable changes to MiniJinja are documented here.
4049
- Added `load_from_path` to python. #736
4150
- Added JavaScript bindings. #737
4251

43-
## 2.8.0
44-
45-
- Added `SemiStrict` undefined mode that is like strict but allows
46-
to be checked for truthiness. Additionally an if expression without
47-
an else block will always produce a silent undefined object that
48-
never errors for compatibility with Jinja2. #687
49-
- Make the trait bounds of `ViaDeserialize` stricter. Now the type
50-
can only be constructed if the type implements `DeserializeOwned`.
51-
This is not a new requirement for passing the function to
52-
`add_function` but bad code will now error earlier for better
53-
error reporting. #689
54-
5552
## 2.7.0
5653

5754
- Removed string interning. #675

0 commit comments

Comments
 (0)