Skip to content

Commit a378859

Browse files
authored
0.7.2 changelogs (#1237)
* 0.7.2 changelogs * don't do the same thing twice
1 parent 4c32451 commit a378859

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

pcweb/pages/changelog.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,18 @@ def change(
4848

4949
def changelog_content():
5050
return rx.el.ul(
51+
change(
52+
"2025-03-12",
53+
"v0.7.2",
54+
"Use .f format spec with Vars",
55+
[
56+
"Deprecated Component.__init__",
57+
"Allow overwriting serializers",
58+
"React 19 post mitigations",
59+
"Performance improvements to evaluation time 👀",
60+
],
61+
"https://github.com/reflex-dev/reflex/releases/tag/v0.7.2",
62+
),
5163
change(
5264
"2025-02-25",
5365
"v0.7.1",

0 commit comments

Comments
 (0)