-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
33 lines (25 loc) · 938 Bytes
/
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
=== 0.3.X (onggoing, to be released as 0.4) ===
- Prepared app for Django 1.11 and Python 3.5
=== 0.2.X (onggoing, to be released as 0.3) ===
- Prepared app for Django>=1.8
=== 0.1.X (onggoing, to be released as 0.2) ===
- Added html content field
=== 0.0.X (onggoing, to be released as 0.1) ===
- Initial commit
- Added DynamicContent model & migrations
- Added admin for DynamicContent model
- Added `get_content` templatetag
# 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 ===
# - a major version is created when the software reached a milestone and is
# feature complete
#
# === 0.2 ===
# - a minor version is created when a lot of new features have bene added or
# significant backwards incompatible changes have been made.