Skip to content

Commit 8595240

Browse files
authored
Update CHANGES.txt
1 parent 3ad7a28 commit 8595240

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

CHANGES.txt

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,27 @@
11
0.9.0
22
~~~~~
33

4+
This version drops support for Python 2.7. (#1100, #1104, #1111)
5+
Python 3.5+ is required.
6+
47
- Geojson separate style mapping (conengmo #1058)
8+
- Warn for wrong color values in Icon (conengmo #1099)
9+
- Use Jinja2's `tojson` filter to convert data (conengmo #1101)
10+
- Pass **kwargs as options to Leaflet classes (conengmo #1101)
11+
- Explicit coordinate validation (conengmo #1090)
12+
- Add `icon_create_function` arg to `FastMarkerCluster` plugin (Gordonei #1109)
13+
- Add `PolyLineOffset` plugin (FabeG #1091)
14+
- Add Locate Control plugin (fullonic #1116)
15+
- Add Leaflet `CustomPane` class (Ipkirwin #1094)
16+
17+
API changes
18+
19+
- Remove `add_tile_layer` method from `Map` (conengmo #1127)
20+
- Remove args from `Map`, if needed use `TileLayer` instead (conengmo #1127)
21+
22+
Bug fixes
23+
24+
- Fix broken attribution for built-in tiles (FabeG #1128)
525

626
0.8.3
727
~~~~~

0 commit comments

Comments
 (0)