Skip to content

Commit e8627dc

Browse files
committed
Update changelog and readme
1 parent d7e0143 commit e8627dc

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

CHANGES

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,21 @@ CHANGELOG
66
0.20.0 (unreleased)
77
-------------------
88

9-
- Nothing changed yet.
9+
**New features**
10+
11+
- Update Leaflet to 1.0.3 (#169)
12+
- Update Leaflet-draw to 0.4.0 (#169)
13+
- Update Proj4Leaflet to 1.0.0 (#169)
14+
- Made `static` calls lazy, to fix issues with non-default STATICFILES_STORAGE (#149)
15+
- Add example application (#168)
16+
17+
**Bug fixes**
18+
19+
- Use SpatiaLite library path from environment variable for running test (#173)
20+
- Fix max zoom level (#165)
21+
- Add SPATIAL_EXTENT default value to the default settings (#167)
22+
23+
Many thanks to @KostyaEsmukov, @cleder, @sikmir and @seav for their contributions!
1024

1125

1226
0.19.0 (2016-08-22)

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
*django-leaflet* allows you to use `Leaflet <http://leafletjs.com>`_
22
in your `Django <https://www.djangoproject.com>`_ projects.
33

4-
It embeds Leaflet version *1.0.1*.
4+
It embeds Leaflet version *1.0.3*.
55

66
.. image:: https://img.shields.io/pypi/v/django-leaflet.svg
77
:target: https://pypi.python.org/pypi/django-leaflet
@@ -354,7 +354,7 @@ Leaflet map forms widgets
354354
-------------------------
355355

356356
A Leaflet widget is provided to edit geometry fields.
357-
It embeds *Leaflet.draw* in version *0.2.2*.
357+
It embeds *Leaflet.draw* in version *0.4.0*.
358358

359359

360360
.. image :: https://f.cloud.github.com/assets/546692/1048836/78b6ad94-1094-11e3-86d8-c3e88626a31d.png

0 commit comments

Comments
 (0)