dygraphs 0.4.3
--------------------------------------------------------------------------------

* Support dynamic updating (i.e. for Shiny reactive outputs) for all dygraphs
  properties (destroy and rebuild the entire dygraph on renderValue)
  
* Fix an axis value issue that occurred with seconds and useDataTimezone

* Fix issue where dygraph in ioslides didn't display on slide entry


dygraphs 0.4.2
--------------------------------------------------------------------------------

* Fix bug with specification of multiple series colors


dygraphs 0.4.1
--------------------------------------------------------------------------------

* Add useDataTimezone option to enable time display using the underlying
  xts timezone rather than the timezone of the client workstation.
  
* Add Shiny input binding for the currently selected dateWindow

* Fix bug with incorrect formatting of ISO8601 dates on Windows

* Fix bug which caused specification of only a single custom color to fail

* Add explicit showRoller option to dyRoller function


dygraphs 0.3.3
--------------------------------------------------------------------------------

Initial release to CRAN

