File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ Version 0.16.0 [2020-09-07]
5
+ ---------------------------
6
+
7
+ - [fix] Added support for representation of empty geometries
8
+ (`#168 <https://github.com/openwisp/django-rest-framework-gis/issues/168 >`_)
9
+ - [fix] Don't override the additional arguments passed as ``style `` to ``GeometryField ``
10
+ - [feature] Added `DistanceToPointOrderingFilter <https://github.com/openwisp/django-rest-framework-gis#distancetopointorderingfilter >`_
11
+ (`#210 <https://github.com/openwisp/django-rest-framework-gis/issues/210 >`_)
12
+ - [deps] Added support for django 3.1 in the CI build
13
+ - [deps] Dropped django 1.11 and Python 3.5 from the CI build,
14
+ compatibility may still work but it's not guaranteed anymore, please upgrade!
15
+ - [qa] Added QA checks to CI build
16
+ (`#230 <https://github.com/openwisp/django-rest-framework-gis/issues/230 >`_)
17
+
4
18
Version 0.15.0 [2019-12-09]
5
19
---------------------------
6
20
Original file line number Diff line number Diff line change 1
- VERSION = (0 , 15 , 0 , 'final' )
1
+ VERSION = (0 , 16 , 0 , 'final' )
2
2
__version__ = VERSION # alias
3
3
4
4
You can’t perform that action at this time.
0 commit comments