Skip to content

Commit 7359017

Browse files
committed
Prepare notes for 1.1.2 release
1 parent ac55304 commit 7359017

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

AUTHORS.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ Authors
66
* Adam Lawrence (`alaw005 <https://github.com/alaw005>`_, [email protected])
77
* Dave Kroondyk (`davekaro <https://github.com/davekaro>`_, [email protected])
88
* Joshua Goodwin (`jclgoodwin <https://github.com/jclgoodwin>`_, [email protected])
9+
* Jakub Dorňák (`misli <https://github.com/misli>`, [email protected])

CHANGELOG.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
Changelog
22
=========
33

4-
Next (unreleased)
5-
~~~~~~~~~~~~~~~~~
4+
1.1.2 (unreleased)
5+
------------------
6+
* Add support for Django 2.0 and 2.1
67
* Handle latitude and longitudes with initial `+` sign.
78
(`issue #70`_).
9+
* Use ``.iterator()`` to save memory during export (`PR #80`_)
10+
* Fix validation error in admin for Frequency.exact_times
811

912
.. _`issue #70`: https://github.com/tulsawebdevs/django-multi-gtfs/issues/70
13+
.. _`PR #80`: https://github.com/tulsawebdevs/django-multi-gtfs/pull/80
1014

1115
1.1.1 (2017-08-02)
1216
------------------

0 commit comments

Comments
 (0)