From 4ce3051116f543902a1f2d4e3e5a928d8a83fec7 Mon Sep 17 00:00:00 2001 From: Michaelyin Date: Mon, 15 Jan 2024 16:09:00 +0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b2179..d5e67c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0] + +**Breaking Change** + +1. Refactored the whole project and the way to render Turbo Frame and Turbo Stream. +2. Please check the documentation to see how to use the new API. + +## [2.0.1] + +1. Update doc config +2. Update `pyproject.toml` + ## [2.0.0] 1. Rename from `turbo_response` to `turbo_helper`