Skip to content

Commit

Permalink
add changelog entry for 0.3.9 (#386)
Browse files Browse the repository at this point in the history
  • Loading branch information
masenf authored Jan 22, 2024
1 parent a41b016 commit affc3cf
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pcweb/pages/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ def change(date, title, description, points, link):

def changelog_content():
return rx.vstack(
change(
"2024-01-22",
"v0.3.9",
"Improve hot-reload times in dev mode",
[
"Allow State subclasses to use mixins to define fields",
"Improvements to Radix-UI preview components",
],
"https://github.com/reflex-dev/reflex/releases/tag/v0.3.9",
),
change(
"2024-01-08",
"v0.3.8",
Expand Down

0 comments on commit affc3cf

Please sign in to comment.