rpostgisLT 0.5
==============

OVERALL CHANGES

* example datasets added (Roe deer GPS tracking dataset)

NEW FEATURES

* `as_pgtraj`: new argument `tzone` allows for time zone specification, and 
applies the database time zone if left NULL (formerly used the R (system) time zone)

BUG FIXES

* `as_pgtraj`: fixed bug potentially affecting sorting of steps within 
a burst in `step_geometry` view, and subsequently in imported 
`ltraj` using `pgtraj2ltraj`.

* `pgtraj2ltraj`: infolocs columns of type `POSIXlt` now re-import time zone 
attribute correctly

* `ltraj2pgtraj`: fixed bug affecting infolocs factors with commas

rpostgisLT 0.4 (Release date: 2016-11-01)
==============

** INITIAL CRAN RELEASE **

OVERALL CHANGES

* Added handling of infolocs
* Added support for Type I (no time recorded) trajectories
* New pgtraj and burst summary views
* faster conversion to pgtraj from database data in as_pgtraj()

rpostgisLT 0.3 (Release date: 2016-08-23)
==============

OVERALL CHANGES

* Add pgTrajVacuum(), pgTrajDrop()
* Add ltraj2pgtraj(overwrite = TRUE/FALSE)
* Add dl_opt(rnames=TRUE/FALSE)
* The traj database model has changed by adding r_rowname, r2n, rel_angle to the table 'step'.
* Remove pgTrajR2TempT().
* Renaming <pgtraj_name>_step_geom –> <pgtraj_name>_step_geometry; <pgtraj_name>_params –> <pgtraj_name>_parameters

rpostgisLT 0.2.3 (Release date: 2016-08-10)
==============

OVERALL CHANGES

* Depends on adehabitatLT package.
* Add <pgtraj_name>_step_geom view for visualizing pgtrajes in QGIS.
* The traj database model has changed, including field and table name changes.
* Remove pgDropTempT().


rpostgisLT 0.2.2 (Release date: 2016-08-01)
==============

OVERALL CHANGES

* Bugfix version, no changes visible to the user.
