Updated Development Roadmap (markdown)

Garret Wassermann 2017-09-14 02:28:38 -04:00
parent b63c9009ef
commit 109b50b0fc

@ -4,13 +4,6 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
# Upcoming Releases
## 0.2
* Updated Bootstrap CSS and jQuery interface, better theming
* Improved unit testing (infrastructure work for easier future development)
* Improved Python 3 support, particularly for email parsing of tickets/comments
* South database migrations are deprecated
* Requires Django 1.11.x, Python 2.7 or 3.4+, Python 2 deprecated and will be removed in a future release (most likely 0.4, but could be sooner)
## 0.3
* Require Django 1.11.x or 2.x, Python 3.4+ or 2.7 (if remain on 1.11.x)
* Revisit Django deprecation warnings, fully address all deprecated issues from 1.8 -> 1.11 LTS transition; according to the Django deprecation guide, allows code to run until after the next LTS, so 1.11 code works on 2.x too, but would require further porting for 3.x, etc.)
@ -31,6 +24,15 @@ This is very much in flux, nothing set in stone yet, just ideas looking for comm
# Past Releases (Changelog)
## 0.2
* Updated Bootstrap CSS and jQuery interface, better theming
* Improved unit testing (infrastructure work for easier future development)
* Improved Python 3 support, particularly for email parsing of tickets/comments
* South database migrations are deprecated
* Requires Django 1.11.x, Python 2.7 or 3.4+, Python 2 deprecated and will be removed in a future release (most likely 0.4, but could be sooner)
### Bugfix releases
* 0.2.0 - initial release - 2017-09-14
## 0.1.18 - last update end of 2016
* The classic release, we released 0.1.18 to fix a few bugs and simple merge requests.
* Expect 0.1.18 to be the last release of the series as we move to further development.