There was an error while loading. Please reload this page.
1 parent 2f273a8 commit f67cdf3Copy full SHA for f67cdf3
docs/changelog.rst
@@ -6,6 +6,16 @@ Change Log
6
<br />
7
8
9
+v5.2.0
10
+------
11
+
12
+ * Add support for `relative STATIC_URLs <https://docs.djangoproject.com/en/3.1/ref/settings/#std:setting-STATIC_URL>`_
13
+ in settings, as allowed in Django 3.1.
14
+ * Add mimetype for ``.mjs`` (JavaScript module) files and use recommended
15
+ ``text/javascript`` mimetype for ``.js`` files (thanks `@hanswilw <https://github.com/hanswilw>`_).
16
+ * Various documentation improvements (thanks `@lukeburden <https://github.com/lukeburden>`_).
17
18
19
v5.1.0
20
------
21
whitenoise/__init__.py
@@ -1,5 +1,5 @@
1
from .base import WhiteNoise
2
3
-__version__ = "5.1.0"
+__version__ = "5.2.0"
4
5
__all__ = ["WhiteNoise"]
0 commit comments