From bc767ebc8602539cb9fae2d1ebd94597cc7246db Mon Sep 17 00:00:00 2001 From: Robrecht Cannoodt Date: Wed, 9 Oct 2024 08:47:26 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 8 +++++++- vignettes/.gitignore | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index afb76a7..63b0ba0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,9 +19,15 @@ ## MINOR CHANGES +* Update `README` with new set up instructions and simplify (PR #14). + * Do not complain when foreign keys are not found in a record, but also do not complain when they are (PR #13). -* Update `README` with new set up instructions and simplify (PR #14). +* Further simplify the `README`, and move the detailed usage description to a separate vignette (PR #13). + +* Add a `pkgdown` website to the project (PR #13). + +* Generate vignettes using Quarto (PR #13). ## BUG FIXES diff --git a/vignettes/.gitignore b/vignettes/.gitignore index 632fd5c..4063bdd 100644 --- a/vignettes/.gitignore +++ b/vignettes/.gitignore @@ -2,4 +2,4 @@ *.html *.R *_files -_quarto.yaml \ No newline at end of file +_quarto.yaml