Add requirement changes to 0.8 changelog, for clarity
This commit is contained in:
parent
3fbd74b332
commit
9f8c1a4f64
1 changed files with 7 additions and 1 deletions
|
|
@ -2,6 +2,13 @@
|
||||||
|
|
||||||
## Evennia 0.8 (2018)
|
## Evennia 0.8 (2018)
|
||||||
|
|
||||||
|
### Requirements
|
||||||
|
|
||||||
|
- Up requirements to Django 1.11.x, Twisted 18 and pillow 5.2.0
|
||||||
|
- Add `autobahn` dependency for Websocket support, removing very old embedded txWS library (from a
|
||||||
|
time before websocket specification was still not fixed).
|
||||||
|
- Add `inflect` dependency for automatic pluralization of object names.
|
||||||
|
|
||||||
### Server/Portal
|
### Server/Portal
|
||||||
|
|
||||||
- Removed `evennia_runner`, completely refactor `evennia_launcher.py` (the 'evennia' program)
|
- Removed `evennia_runner`, completely refactor `evennia_launcher.py` (the 'evennia' program)
|
||||||
|
|
@ -85,7 +92,6 @@
|
||||||
|
|
||||||
### General
|
### General
|
||||||
|
|
||||||
- Up requirements to Django 1.11.x, Twisted 18 and pillow 5.2.0
|
|
||||||
- Start structuring the `CHANGELOG` to list features in more detail.
|
- Start structuring the `CHANGELOG` to list features in more detail.
|
||||||
- Docker image `evennia/evennia:develop` is now auto-built, tracking the develop branch.
|
- Docker image `evennia/evennia:develop` is now auto-built, tracking the develop branch.
|
||||||
- Inflection and grouping of multiple objects in default room (an box, three boxes)
|
- Inflection and grouping of multiple objects in default room (an box, three boxes)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue