From 0a623a10c7e89a80b6dc74445a0ae6240f65723e Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 13 Jul 2011 12:19:57 +0000 Subject: * Allow a default value in attribute selection by writing x.y.z or default (as originally proposed in https://mail.cs.uu.nl/pipermail/nix-dev/2009-September/002989.html). For instance, an expression like stdenv.lib.attrByPath ["features" "ckSched"] false args can now be written as args.features.ckSched or false --- doc/manual/release-notes.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 0c29cae90f9d..cf025aaf51b5 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -32,6 +32,10 @@ --max-silent-time is ineffective. + + TODO: “or” keyword. + + -- cgit 1.4.1