From cad572081eda66347d497e6cc642921f0d1aefe4 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Sun, 24 Sep 2023 06:00:52 -0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5faf436f..cf739c05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,8 @@ Using the following categories, list your changes in this order: ### Changed - Renamed undocumented utility function `reactpy_django.utils.ComponentPreloader` to `reactpy_django.utils.RootComponentFinder`. +- It is now recommended to call `as_view()` when using `view_to_component` or `view_to_iframe` with Class Based Views. +- Thread sensitivity has been enabled in all locations where ORM queries are possible. ### Deprecated