-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathCHANGELOG.txt
65 lines (40 loc) · 1.32 KB
/
CHANGELOG.txt
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
=== 0.4.2 (ongoing) ===
- stabilizer
=== 0.4.1 (2024-08-21) ===
- re-enable dropdown sorting, finally
=== 0.4.0 (2022-09-28) ===
- support django 4, drop 1.11
- use github actions for PYPI releases and tests/CI
=== 0.3.0 (2019-10-02) ===
- new `position_field` required for inline and modeladmin
- complete rewrite, simplified/robustified
- "rebuild ordering" button in change list, for quick fixes
=== 0.2.2 ===
- fixing regression for django 1.8
=== 0.2.1 ===
- first release on pypi
- django 1.10 and 1.11 compatibility not yet
- inlines with extra=0 can have them elements sortable immediatly after adding
- better djangocms-admin-style support (still some room to improve)
- many small bugfixes
=== 0.2.0 ===
- initial stable release, also not on pypi
=== 0.1.1 ===
- initial release
# Suggested file syntax:
#
# === (ongoing) ===
#
# - this is always on top of the file
# - when you release a new version, you rename the last `(ongoing)` to the new
# version and add a new `=== (ongoing) ===` to the top of the file
#
#
# === 1.0 (YYYY-MM-DD) ===
# - a major version is created when the software reached a milestone and is
# feature complete
#
#
# === 0.2 (YYYY-MM-DD) ===
# - a minor version is created when a lot of new features have bene added or
# significant backwards incompatible changes have been made.