Commit 9332a554747a59bbb348f0f82bad0a75ca89bd7f
Exists in
master
and in
4 other branches
File logging and route access control
Showing
25 changed files
with
385 additions
and
42 deletions
Show diff stats
.gitignore
CHANGELOG.md
... | ... | @@ -24,6 +24,13 @@ or major refactoring improvments. |
24 | 24 | |
25 | 25 | ## Unreleased |
26 | 26 | |
27 | +## [0.2.pre-6] - 2021-03-29 - Role Controle, and per site configuration | |
28 | +### New | |
29 | +Route access control by User role | |
30 | +Per site configuration | |
31 | +Route error handling | |
32 | +Logging to log file | |
33 | + | |
27 | 34 | ## [0.2.pre-5] - 2021-03-19 - More Deploy facilities |
28 | 35 | ### Changed |
29 | 36 | More documentation | ... | ... |
INSTALL.md