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 ~~~~~