-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathCHANGELOG.rst
80 lines (54 loc) · 1.79 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
Change Log
----------
..
All enhancements and patches to flow-control-xblock will be documented
in this file. It adheres to the structure of http://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 (http://semver.org/).
.. There should always be an "Unreleased" section for changes pending release.
Unreleased
~~~~~~~~~~
*
[2.0.1] - 2025-02-05
**********************************************
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.
[2.0.0] - 2025-01-23
**********************************************
Added
=====
* Support for Python 3.11 and Django 4.2
* Add github workflow
Removed
_______
* **BREAKING CHANGE**: Dropped support for Python 3.5
* Drop CircleCI support
* Remove support to "redirect to another unit in the same subsection" action
Changed
=======
* Fix UI issues
[1.0.1] - 2020-10-14
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Fixed
_____
* Python3 and Juniper issues
* Fix applyFlowControl in injection to applied correctly the actions of flow-control
[1.0.0] - 2020-06-18
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
_____
* Support for Juniper/Python 3.5-3.8
Removed
_______
* **BREAKING CHANGE**: Dropped support for Ironwood/Python 2.7
[0.2.1] - 2020-06-12
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Added
_____
* First release on PyPI.
* Support for Ironwood/Python2.7