From fb684fe46ea018b702e4065ae619c93d10fd05c2 Mon Sep 17 00:00:00 2001 From: ocefpaf Date: Thu, 13 Aug 2015 10:02:27 -0300 Subject: [PATCH] v0.1.5 --- CHANGES.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 4a51d7094..4dc012f88 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,15 +1,20 @@ 0.1.5 ~~~~~ - Popups on lines. (themiurgo) -- `fit_bounds` method. (themiurgo) +- Map auto bounds. (themiurgo) - GeoJSON popup. (ocefpaf 7aad5e0) - Added cartodb positron and dark_matter tiles (ocefpaf d4daee7) - Forcing HTTPS when available. (ocefpaf c69ac89) - Added Stamen Watercolor tiles. (ocefpaf 8c1f837) +- Added non-pixel width and height. (ocefpaf a87a449) +- Default map size is defined as non-pixel and equal to 100% of the window. + (ocefpaf dcaf575) Bug Fixes - Draw GeoJSON first. (ocefpaf d92bdbe) +- Removed keyword unnecessary `popup_on`. (themiurgo 204d722) +- Fixed MapQuest Open Aerial URL. (ocefpaf 5e787fa) 0.1.4 ~~~~~