diff options
| author | Dan Engelbrecht <[email protected]> | 2023-08-22 11:07:47 +0200 |
|---|---|---|
| committer | Dan Engelbrecht <[email protected]> | 2023-08-22 11:07:47 +0200 |
| commit | 9ecc56791bdb6268bc8981d810bc6ac1832a696a (patch) | |
| tree | ed6ef82cd3af794beae826f7e0db3e3feaff4e9b | |
| parent | make sure trace::ThreadRegister is inside ZEN_WITH_TRACE (diff) | |
| download | zen-9ecc56791bdb6268bc8981d810bc6ac1832a696a.tar.xz zen-9ecc56791bdb6268bc8981d810bc6ac1832a696a.zip | |
changelog version
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b55b37448..152bc1674 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,6 @@ ## + +## 0.2.17 - Feature: Add `oplog-mirror` command to Zen command line tool. It can be used to export the contents of an oplog as files. Currently it will export all files, filtering options will be added at a later time - Feature: Add `--force-update` option to Zen command line tool `project-create` to update or create a project store project. It will update meta information about the project without affecting existing oplogs if project exists. - Feature: Add `--force-update` option to Zen command line tool `oplog-update` to update or create a project store oplog. It will update meta information about the project without affecting existing oplog data if oplog exists. |