aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 16903af33..eb50600f1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
##
+- Bugfix: If `oplog-export` fails while creating blocks, wait for background jobs to finish before aborting to avoid crash
+- Bugfix: If `GetChunkInfo` in project store finds a chunk in the wrong format, return a readable error instead of ASSERT
+- Bugfix: If checking for state_marker throws exception, exit gracefully rather than throw exception
+
+## 0.1.14
- Feature: Added `zen serve` command for establishing a link to a directory tree for use with staged UE builds and the `-Mount=` option
- Bugfix: Make sure to validate return pointer when calling Memory::Alloc in all locations
- Bugfix: Log error instead of hard crash if GC scheduler thread throws exception