Python: Add change note

This commit is contained in:
yoff
2026-05-19 18:13:29 +02:00
parent f6ed5c19be
commit 575ece6ae2

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* `Flask::instance` will now also return instances of subclasses defined in te source tree. Previously, these were filtered out. `Flask::classRef` has been deprecated in favor of `Flask::subclassRef` since it already returned some subclasses.