Skip to content

Commit 43167c6

Browse files
authored
Merge pull request #1095 from ocefpaf/update_changelog
Update changelog
2 parents f1f47ff + df3de61 commit 43167c6

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ before_install:
4242
conda config --add channels conda-forge --force
4343
conda install pycryptosat
4444
conda config --set channel_priority strict
45+
conda config --set safety_checks disabled
4546
conda create --name TEST python=$PY --file requirements.txt --file requirements-dev.txt
4647
source activate TEST
4748
# Install firefox headless driver.

CHANGES.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
0.8.1
2+
~~~~~
3+
4+
- Relaxing location data type restriction (dskkato #1084)
5+
- Add options to draw control (EtsuNDmA #1035)
6+
- folium 0.8.x will be the last version series to support Python 2 (conengmo #1087)
7+
8+
Bug Fixes
9+
10+
- Use jquery.com CDN instead of Google (conengmo #1086)
11+
112
0.8.0
213
~~~~~
314

0 commit comments

Comments
 (0)