rmarkdown 0.8.1
--------------------------------------------------------------------------------

* Support for table of contents in word_document (requires pandoc >= 1.14)

* Support for opts_template in knitr options 

* Don't implicitly discover directories when scanning for dependent resources

* Fix for slide numbers not showing up in ioslides when served from 
  the filesystem (don't call pushState for file:// urls)
  
* Remove inlining of bootstrap CSS (was workaround for bug now fixed in pandoc)

* Allow specifying an R file in calls to find_all_resources


rmarkdown 0.8
--------------------------------------------------------------------------------

* Add support for keep_md to word_document

* Increase pandoc stack size to 512M (often required for base64 encoding 
  e.g. larger embedded leaflet maps). Stack size can also be controlled
  by the pandoc.stack.size option.
  
* Allow YAML front matter to be terminated with ...  
  
* Automatically generate a user-interface (via a Shiny application) for 
  user specification of values in parameterized reports.
  
* Add tightlist macro for compatibility with pandoc >= 1.14  
  
* Bugfix: Don't merge render params recursively with knit_params

* Bugfix: Handle slashes correctly on Windows for slidy_presentation 
  when self_contained = FALSE 


rmarkdown 0.7
--------------------------------------------------------------------------------

* Add latex_engine option to beamer_presentation format

* Ensure that when LANG=en_US pandoc receives en_US.UTF-8 (prevent hang)

* Generate MathJax compatible output when using html_fragment format. 

* Use pandoc built-in template for Beamer

* Use pandoc 1.14 compatible LaTeX template when pandoc >= 1.14

* Inline bootstrap.min.css to workaround pandoc 1.14 base64 encoding issue

* Add support for discovering references to external resources when the 
  document output format is PDF

* Fix several issues causing pandoc errors when an intermediates directory is 
  used, including during render for Shiny documents


rmarkdown 0.6
--------------------------------------------------------------------------------

* Support for parameterized reports. Parameter names and default values are 
  defined in YAML and can be specified via the 'params' argument to the
  render function

* 'md_extensions' option to enable/disable markdown extensions for input files

* Automatically discover and include dependent resources (e.g. images, css, 
  etc.) for interactive documents.
  
* Added pandoc_version function.  
  
* Use VignetteEncoding directive in html_vignette format

* Fix issues related to use of non-ASCII characters in ioslides_presentation

* Non-ASCII characters in the YAML data are not marked with the UTF-8 encoding
  when they are read into R, so character strings in `rmarkdown::metadata` may
  be displayed incorrectly (#420)

* Various improvements to tufte_handout format


rmarkdown 0.5.1
--------------------------------------------------------------------------------

* Add 'dev' option to output formats to specify output device for figures

* Enable use of footnotes in titles of LaTeX documents

* Various improvements related to directory detection/handling on Windows


rmarkdown 0.4.2
--------------------------------------------------------------------------------

* Sync to the latest LaTeX and Beamer templates from pandoc-templates

* Switched from the Bootstrap 2 web framework to Bootstrap 3. This is designed
  to work with Shiny >= 0.10.3, which has made the same switch

* Add CSS to restore responsive image behavior from Bootstrap 2

* Use a more subtle treatment for inline code in Bootstrap themed documents

* Improved support for multiple authors in ioslides

* Workaround for poor rendering of ioslides multi-columns lists in Safari 8 

* Serve index.html as fallback default file for rmarkdown::run


rmarkdown 0.3.11
--------------------------------------------------------------------------------

Initial release to CRAN

