|
@@ -0,0 +1,19 @@
|
|
1
|
+=========================
|
|
2
|
+Oscar 3.0.1 release notes
|
|
3
|
+=========================
|
|
4
|
+
|
|
5
|
+:release: 2021-02-22
|
|
6
|
+
|
|
7
|
+This is Oscar 3.0.1, a bugfix release.
|
|
8
|
+
|
|
9
|
+Bug fixes
|
|
10
|
+=========
|
|
11
|
+
|
|
12
|
+- Pinned the dependency of django-treebeard to version 4.4.x, because of a breaking
|
|
13
|
+ change introduced in version 4.5 that requires database migrations. It is likely
|
|
14
|
+
|
|
15
|
+- Fix static imports of ``AlertsDispatcher`` that should be dynamic, and move alert queryset generation
|
|
16
|
+ into an overridable class.
|
|
17
|
+
|
|
18
|
+- Add a method to ``ProductAttributesContainer`` to allow refresh of product attribute values from the database
|
|
19
|
+ without reloading the whole product instance.
|