fffiloni commited on
Commit
6ea88f2
·
verified ·
1 Parent(s): 07767f4

Upload CHANGELOG.md

Browse files
Files changed (1) hide show
  1. CHANGELOG.md +4 -0
CHANGELOG.md CHANGED
@@ -107,3 +107,7 @@
107
  - Moved Space hardware requests after file upload to avoid newly-created private Space propagation issues.
108
  - Made hardware requests more tolerant by passing hardware strings directly and retrying with backoff.
109
  - Added `read-billing` to OAuth scopes metadata to help with paid hardware/fallback checks.
 
 
 
 
 
107
  - Moved Space hardware requests after file upload to avoid newly-created private Space propagation issues.
108
  - Made hardware requests more tolerant by passing hardware strings directly and retrying with backoff.
109
  - Added `read-billing` to OAuth scopes metadata to help with paid hardware/fallback checks.
110
+
111
+ ## V10.1
112
+ - Fixed Phase 10 universal scaffold rendering bug where nested `{MODEL_ID}` in generated app.py caused a `NameError` before Pi could run.
113
+ - Added regression test that executes `create_initial_workspace()` for the universal worker.