aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6de34c8ba..6c5b8ec74 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,11 +1,22 @@
##
- Feature: Zen command line tool `project-create` to create a project store project
+ - `--project` Project name (id)
+ - `--rootdir` Absolute path to root directory (optional)
+ - `--enginedir` Absolute path to engine root directory (optional)
+ - `--projectdir` Absolute path to project directory (optional)
+ - `--projectfile` Absolute path to .uproject file (optional)
- Feature: Zen command line tool `oplog-create` to create a project store oplog
+ - `--project` Project name (id)
+ - `--oplog` Oplog name (id)
+ - `--gcpath` Absolute path to oplog lifetime marker file (optional)
+- Feature: Build scripts and tooling to build zen compliant with VFX reference platform CY2022/2021 matching UE linux builds
+- Feature: added `xmake sln` task which replaces `generate_projects.bat`
- Improvement: Faster oplog replay - reduces time to open an existing oplog
- Improvement: Clearer error messages and logging when requests to project store fails
- Changed: Removed remnants of old mesh experiment
- Changed: Remove obsolete export-project command
- Changed: Removed remnants import-project command
+- Changed: Removed unused remote build scripts
## 0.2.2
- Feature: Added info (GET) endpoints for structured cache