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

	* tests/tinytest.R: Added tinytest support
	* inst/tinytest/test_validation.R: Ditt
	* DESCRIPTION: Added Suggests: for tinytest

	* README.md: Reworded contributions a little (GH issue #2)
	* DESCRIPTION: Ditto, also rolled Date

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

	* demo/simpleBenchmark.R: Add benchmark comparing JSON validation
	* docs/rcppsimdjson_benchmark.png: Autoplot of benchmark results
	* README.md: Added benchmark result and plot, small edits

	* .travis.yml: Added to support continuous integration

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

	* inst/include/simdjson.cpp: Replace std::cerr and fprintf(stderr,
	...)  with Rcpp::Rcerr and REprintf(...) to appease R CMD check

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

	* DESCRIPTION (Version,Date): Initial and very raw version 0.0.1
	(SystemRequirements): Declare C++17
	(OS_type): Restrict to unix (due to older C++ compiler on Windows)

	* README.md: Added

	* .Rbuildignore: Exclude the largers example JSON files

