GADMTools v3.5-1 (Release date: 2019-02-02)
===========================================

Changes :

* Add support for Simple Features. Use gadm.sf.loadCountries for loading SF
  shapefiles from GADM database or from a local file.
  WARNING: gadm.sf.loadCountries does not have 'simplify' parameter yet.

* gadm.loadCountries is deprecated. Use gadm.sp.loadCountries instead 
  for loading SP shapefiles from GADM database or from a local file

* Replace method "susbset()" by gadm.subset() 

GADMTools v3.0-1 (Release date: 2018-11-15)
===========================================

Changes :

* BUGFIX - loading .rds file fail with Windows

* Add function gadm.getBackground
* Add function gadm.union
* Add function gadm.longTo360

GADMTools v2.2-2 (Release date: 2018-07-04)
===========================================

Changes :

* BUGFIX -Graphics did not work because of internals changes of .Rds files from GADM DB.

GADMTools v2.2-1 (Release date: 2018-11-15)
===========================================

Changes :

* Compatibility with GADM 3.6 Database


GADMTools v2.1-1 (Release date: 2017-04-25)
===========================================

Changes :

* Add a vignette : Using_GADMTools.pdf
* Add an example in man of many functions()

