From fcd871b678f2d941435362f28feb65ae9bbdd3ad Mon Sep 17 00:00:00 2001 From: ocefpaf Date: Mon, 9 Nov 2015 17:21:50 -0300 Subject: [PATCH] changelog --- CHANGES.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.txt b/CHANGES.txt index ba3e8b1bf..74643582e 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,10 +1,17 @@ 0.1.6 ~~~~~ +- Added default options to tile_layer (ozak 1ad2336) +- Introduce free scale for geo_json (Nikolay Koldunov 21e2757) - Added Image Overlay. (andrewgiessel b625613) - All popups can take a `popup_width` keyword to adjust the width in text/HTML (ocefpaf #157). - CAVEAT! Backwards incompatibly change: the keyword `width` in popups is now `popup_width` to avoid confusion with map `width`. +- Simpler HTML repr (ocefpaf a343106) + +Bug Fixes +- WMS layer (Martin Journois 610b42d) +- Stamentoner URL (ocefpaf 7003dc5) 0.1.5 ~~~~~