diff options
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index aaf806e70..69d70d679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ ## -- Added zen command line executable to release distribution +- Feature: Adds two command to Zen command tool to export/import project store oplogs with attachments + - `export-project <target-folder> <project> [oplogs...]` + - `import-project <target-folder> <project> [oplogs...]` +- Feature: Configure OpenID providers from cmd line and Lua cfg +- Feature: Added zen command line executable to release distribution +- Improvement: Optimizations when handling compressed buffer (less materialization and reading of headers) - Improvement: Send attachments as file references if the IoBuffer we find represents a complete file and `AcceptFlags` in RPC request allows it. ## v0.1.8 |