Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rcannood committed Oct 9, 2024
1 parent f899907 commit bc767eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion vignettes/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
*.html
*.R
*_files
_quarto.yaml
_quarto.yaml

0 comments on commit bc767eb

Please sign in to comment.