2019-01-14  James Balamuta  <balamut2@illinois.edu>

	* inst/include/RcppEnsmallen.h: Removed header ordering checks

2019-01-13  James Balamuta  <balamut2@illinois.edu>

	* .github/workflows/pr-commands.yaml: Removed as its overly eager.

2020-01-11  Dirk Eddelbuettel  <edd@debian.org>

	* inst/include/RcppEnsmallen.h: Protected header inclusion check

2019-12-30  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 2.11.1

	* NEWS.md: Update for Ensmallen release 2.11.1

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.11.1
	* inst/include/ensmallen.hpp: ditto

	* .github/workflows/R-CMD-check.yaml: Added github actions for package checks.

	* .github/workflows/pr-commands.yaml: Enabled slash commands for documentation.

2019-09-30  James Balamuta  <balamut2@illinois.edu>

	* vignettes/using-rcppensmallen.Rmd: Improved wording.

	* .travis.yml: Disabled vignette building on TravisCI

2019-09-27  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 2.10.3

	* NEWS.md: Update for Ensmallen release 2.10.3

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.10.3
	* inst/include/ensmallen.hpp: ditto

	* vignettes/using-rcppensmallen.Rmd: Added a vignette describing use.

2019-09-07  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 2.10.0 and armadillo dependency

	* NEWS.md: Update for Ensmallen release 2.10.0

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 2.10.0
	* inst/include/ensmallen.hpp: ditto

	* inst/COPYRIGHTS: Added a copyright notice

	* inst/AUTHORS: Added an author notice

	* DESCRIPTION (Version): Mark new developer release

2019-08-09  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 1.16.0

	* NEWS.md: Update for Ensmallen release 1.16.0

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.16.0
	* inst/include/ensmallen.hpp: ditto

	* inst/include/ensmallen_bits/pso/pso.hpp: Fixed return type issue detected
	  by gcc 9.

2019-05-20  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 1.15.0

	* NEWS.md: Update for Ensmallen release 1.15.0

	* inst/include/ensmallen_bits/spsa: Removed unused `shuffle` parameter.

	* inst/include/ensmallen_bits/qhadam/qhadam_update: Reorder parameter initialization.

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.15.0
	* inst/include/ensmallen.hpp: ditto

2019-05-12  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 1.14.4

	* NEWS.md: Update for Ensmallen release 1.14.4

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.14.4
	* inst/include/ensmallen.hpp: ditto

2019-03-09  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 1.14.1

	* NEWS.md: Update for Ensmallen release 1.14.1

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.14.1
	* inst/include/ensmallen.hpp: ditto

2019-01-20  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 1.13.0

	* NEWS.md: Update for Ensmallen release 1.13.0

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.13.0
	* inst/include/ensmallen.hpp: ditto

2018-12-30  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 1.12.0

	* NEWS.md: Update for Ensmallen release 1.12.0

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.12.0
	* inst/include/ensmallen.hpp: ditto

	* inst/CITATION: Updated to ensmallen's NIPS paper

2018-11-30  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Release 1.11.1

	* NEWS.md: Update for Ensmallen release 1.11.1

	* inst/include/ensmallen_bits: Upgraded to Ensmallen 1.11.1
	* inst/include/ensmallen.hpp: ditto

2018-10-23  James Balamuta  <balamut2@illinois.edu>

	* inst/CITATION: Add citation information for ensmallen's arXiv paper.

2018-10-23  James Balamuta  <balamut2@illinois.edu>

	* inst/CITATION: Add citation information for ensmallen's arXiv paper.

2018-10-22  Dirk Eddelbuettel  <edd@debian.org>

	* README.md: Minor touchups.

2018-10-21  James Balamuta  <balamut2@illinois.edu>

	* DESCRIPTION (Version): Initial release
	* inline.R: Add connection to Rcpp's package manager for compiling outside
	  of a package
	* src/example-linear-regression-lbfgs.cpp: Example usage for solving a
	  linear regression using the L-BFGS optimizer.
	* inst/include/ensmallen_bits: Implementation of Ensmallen
	* inst/include/RcppEnsmallen.h: Header file for inclusion in Rcpp scripts.
