Update changelog
This commit is contained in:
parent
d1980aeed8
commit
23a94ebfad
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.7.48 (2018-11-07)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add initial ``tailbone.api`` subpackage, with some basic API views. Note
|
||||||
|
that this API is meant to be ran as a separate app so we can better leverage
|
||||||
|
Cornice features.
|
||||||
|
|
||||||
|
* Add client IP address to user feedback email.
|
||||||
|
|
||||||
|
|
||||||
0.7.47 (2018-10-25)
|
0.7.47 (2018-10-25)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.47'
|
__version__ = '0.7.48'
|
||||||
|
|
Loading…
Reference in a new issue