pinnacle.API v2.3.3 (Release date: 2018-01-24)
==============

Changes
* Error handling and messaging now ubiquitous
* http codes mapped to failure messages

pinnacle.API v2.3.2 (Release date: 2016-07-20)
==============

Changes
* Better handling when there are no odds to display in 
  showOddsDF.

pinnacle.API v2.3.1 (Release date: 2016-07-19)
==============

Changes
* Potentially breaking change in behavior of showOddsDF:
we only return lines for which we have returned odds. So if a line is down, 
showOddsDF will not show it. If inrunning state or fixtures are required, 
please call those directly.
  
pinnacle.API v2.1.1 (Release date: 2016-07-19)
==============

Changes
* Bug in showOddsDF, since parameter was constraining both fixtures and odds
  Created "fixtures_since" and let the original since cover only odds.

pinnacle.API v2.1.0 (Release date: 2016-07-10)
==============

Changes:
* jsonlite::rbind.pages deprecated, switched to jsonlite::rbind_pages
* Removed utf-8 messages
* Added Real Messages

pinnacle.API v2.0.8 (Release date: 2016-05-30)
==============

Changes:
* Bug: solution for GetSpecialOdds caused another issue, fixed

pinnacle.API v2.0.7 (Release date: 2016-05-29)
==============

Changes:
* GetLine now returns visibly
* GetSpecialOdds, wide format now working correctly

pinnacle.API v2.0.6 (Release date: 2016-05-08)
==============

Changes:
* Fix to showOddsDF (wide tableformat supported)

pinnacle.API v2.0.5 (Release date: 2016-04-02)
==============

Changes:
* Fix to showOddsDF (No live games bug)

pinnacle.API v2.0.4 (Release date: 2016-03-11)
==============

Changes:
* Major Upgrade, all functions now more in line with
  the fields and wrappers in the pinnacle.api manual
  (CRAN RELEASE READY)

pinnacle.API v2.0.3 (Release date: 2016-12-06)
==============

Changes:
* Major Upgrade, all functions now more in line with
  the fields and wrappers in the pinnacle.api manual
  
pinnacle.API v1.9.3 (Release data: 2016-11-30)
==============

Changes:

* Removing XML support in line with new API guidelines

pinnacle.API v1.9.2 (Release data: 2016-08-09)
==============

Changes:

*Added replaceNulls function to cover an edge case
*Added getAPIEndpoint function to check the current endpoint
* Changed GetFixtures to work with MLB Pitcher names.

pinnacle.API v1.9.1 (Release date: 2016-06-06)
==============

Changes:

*Added setAPIEndpoint function for dev and future reliability.

pinnacle.API v1.9.0 (Release date: 2015-10-02)
==============

Changes:

*Added pinnRawXMLResponse for debugging unusual API responses

pinnacle.API v1.8.9 (Release date: 2015-09-17)
==============

Changes:

*fixed dplyr duplicate in namespace
*functions are now case insensitive with respect to sport
*some changes to documentation

pinnacle.API v1.8.8 (Release date: 2015-09-11)
==============

Changes:

*Replaced plyr's rbind.fill with do.call(bind) for speed
*Removed plyr from import list
*exported cbindNames from showOddsFunctions
*fixPeriods is now JSONtoDF and is the only function called 

pinnacle.API v1.8.7 (Release date: 2015-09-10)
==============

Changes:

*Added GetInrunning, to get the state of live events

pinnacle.API v1.8.6 (Release date: 2015-09-9)
==============

Changes:

*Changed default caching behavior
*Fixed Caching Bug, involving switching leagues

pinnacle.API v1.8.5 (Release date: 2015-09-9)
==============

Changes:

*Fixed showOddsDF for live, live fields now shown
*Added Caching for GetLeagues
 
pinnacle.API v1.8.4 (Release date: 2015-09-8)
==============

Changes:

*Added PlaceParlayBet function

pinnacle.API v1.8.3 (Release date: 2015-09-8)
==============

Changes:

*Changes to showOddsDF ordering for readability


pinnacle.API v1.8.2 (Release date: 2015-09-7)
==============

Changes:

* Changes to default time ranges, switched to type POSIXlt from iso, and set timezone as UTC

pinnacle.API v1.8.1 (Release date: 2015-09-5)
==============

Changes:

* Due to GEO IP Blocking removed the testing of the examples in R CMD check

