ecoengine 1.3
===============
* Considerable speed improvements. zoom zoom.


ecoengine 1.2.6
================
* Package is now updated for httr 0.3
* ee_map works now works even when there are missing values (filters those out)

ecoengine 1.2.2
=================
* Fixed bug where bounding box and county were not properly passed onto ee_observations (https://github.com/ropensci/ecoengine/pull/45)

ecoengine 1.2
================
* Minor improvements to print method. Now less ambiguous  (now https://github.com/ropensci/ecoengine/pull/42)
* Added ee_cbind to bind calls that have been split up.  (https://github.com/ropensci/ecoengine/pull/41)


ecoengine 1.1.2
================
* Important bugfix. Lat/Long type conversion issue results in a string of integers. Now returns location data correctly.
* Added geojson support

ecoengine 1.1
=======================
* Minor bug fixes


ecoengine 0.8
=======================
* First release to CRAN