From 53d7fadcd0c2c122ee7f639ee431aee6c43e4c5e Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Tue, 5 May 2020 03:20:09 -0700 Subject: [PATCH] Update changelog.md Co-authored-by: Clyybber --- changelog.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 19a60a6124453..07c69461472c4 100644 --- a/changelog.md +++ b/changelog.md @@ -126,7 +126,6 @@ nim r compiler/nim.nim --fullhelp # no recompilation nim r --nimcache:/tmp main # binary saved to /tmp/main ``` -- `incompleteStruct` is now deprecated, use `completeStruct` instead. +- `incompleteStruct` has been deprecated, every object is now an `incompleteStruct` unless `completeStruct` is specified. ## Tool changes -