From d23371fdd7e68c48873e09fb9e4abd76e0c57b66 Mon Sep 17 00:00:00 2001 From: Timothee Cour Date: Fri, 3 Apr 2020 00:03:13 -0700 Subject: std/byaddr => std/decls (#13847) --- changelogs/changelog_1_2_0.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'changelogs/changelog_1_2_0.md') diff --git a/changelogs/changelog_1_2_0.md b/changelogs/changelog_1_2_0.md index a396e014b..6a5a6c586 100644 --- a/changelogs/changelog_1_2_0.md +++ b/changelogs/changelog_1_2_0.md @@ -149,9 +149,9 @@ echo f versions. The documentation was improved to acknowledge this special case. See https://github.com/nim-lang/RFCs/issues/175 for more details. - New syntax for lvalue references: `var b {.byaddr.} = expr` enabled by - `import std/byaddr`. + `import std/decls`. - `var a {.foo.}: MyType = expr` now lowers to `foo(a, MyType, expr)` for - non-builtin pragmas, enabling things like lvalue references (see `pragmas.byaddr`). + non-builtin pragmas, enabling things like lvalue references (see `decls.byaddr`). ## Compiler changes -- cgit 1.4.1-2-gfad0