diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-04T11·49+0200 |
---|---|---|
committer | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2014-04-04T11·49+0200 |
commit | 1f19fdbd45d902a48fd8bacb25ef1a88020a0cc7 (patch) | |
tree | b4c40ead2f8d792912583a746c99910f7fec6f6f /doc | |
parent | ae6b631dc48f4b923a6ed17b8d6e59524c4ea883 (diff) |
Document that we require a C++11 compiler
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/release-notes.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/release-notes.xml b/doc/manual/release-notes.xml index 5147f1f2f832..f993328523e7 100644 --- a/doc/manual/release-notes.xml +++ b/doc/manual/release-notes.xml @@ -232,6 +232,10 @@ $ bash <(curl https://nixos.org/nix/install) the same name from other packages.</para> </listitem> + <listitem> + <para>Nix now requires a compiler that supports C++11.</para> + </listitem> + </itemizedlist> </section> |