Skip to content

Commit 6b4d1fe

Browse files
committed
Merge pull request #159 from ocefpaf/changelog
Changelog
2 parents 746e3dc + b4a68fe commit 6b4d1fe

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,11 @@ before_install:
1111
- wget http://bit.ly/miniconda -O miniconda.sh
1212
- bash miniconda.sh -b -p $HOME/miniconda
1313
- export PATH="$HOME/miniconda/bin:$PATH"
14-
- hash -r
15-
- conda config --set always_yes yes
1614
- conda update --yes conda
17-
- conda info -a
18-
- travis_retry conda create -n test $CONDA pip jinja2 pandas mock six nose
15+
- travis_retry conda create --yes -n test $CONDA pip jinja2 pandas mock six nose
1916
- source activate test
2017
- travis_retry pip install vincent
18+
2119
install:
2220
- python setup.py install
2321

CHANGES.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
1-
0.1.5
1+
0.2.0
22
~~~~~
3-
- Popups on lines. (themiurgo)
4-
- `fit_bounds` method. (themiurgo)
3+
- Popups on lines. (themiurgo 97c0a02)
4+
- `fit_bounds` method. (themiurgo 713c292)
55
- GeoJSON popup. (ocefpaf 7aad5e0)
66
- Added cartodb positron and dark_matter tiles (ocefpaf d4daee7)
77
- Forcing HTTPS when available. (ocefpaf c69ac89)
88
- Added Stamen Watercolor tiles. (ocefpaf 8c1f837)
9-
- Added Image Overlay. (andrewgiessel ---)
9+
- Added Image Overlay. (andrewgiessel b625613)
10+
11+
Bug Fixes
12+
- popup width keyword is now consistent in all pop objects (ocefpaf e2c0310)
1013

1114
Bug Fixes
1215

0 commit comments

Comments
 (0)