-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.rst
52 lines (34 loc) · 1.22 KB
/
CHANGELOG.rst
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Change Log
----------
..
All enhancements and patches to webhook_xblock will be documented
in this file. It adheres to the structure of https://keepachangelog.com/ ,
but in reStructuredText instead of Markdown (for ease of incorporation into
Sphinx documentation and the PyPI description).
This project adheres to Semantic Versioning (https://semver.org/).
.. There should always be an "Unreleased" section for changes pending release.
Unreleased
~~~~~~~~~~
*
1.0.1 - 2025-02-04
**********************************************
Changed
=======
* **Replaced `pkg_resources` with `importlib.resources`**
- `pkg_resources` (from `setuptools`) is deprecated and may be removed in future Python versions.
- Now using `importlib.resources`, the recommended alternative for managing package resources.
- This improves performance and ensures better compatibility with modern Python versions.
[1.0.0] - 2025-01-19
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
_____
* Support for python 3.11 and Django 4.2.
* Unit and quality tests.
Removed
_____
* Support for Python <3.11 and Django <4.2
[0.1.0] - 2021-07-13
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
_____
* First release on PyPI.