Move note about float support out of the wrong release notes
Looks like this snuck into the 1.11 release notes post-release, but float support isn't actually present until 1.12.
This commit is contained in:
		
							parent
							
								
									23304f527a
								
							
						
					
					
						commit
						d267db0d75
					
				
					 2 changed files with 7 additions and 7 deletions
				
			
		|  | @ -121,13 +121,6 @@ $ diffoscope /nix/store/11a27shh6n2i…-zlib-1.2.8 /nix/store/11a27shh6n2i…-zl | |||
|     also improves performance.</para> | ||||
|   </listitem> | ||||
| 
 | ||||
|   <listitem> | ||||
|     <para>The Nix language now supports floating point numbers. They are | ||||
|     based on regular C++ <literal>float</literal> and compatible with | ||||
|     existing integers and number-related operations. Export and import to and | ||||
|     from JSON and XML works, too. | ||||
|   </para> | ||||
|   </listitem> | ||||
|   <listitem> | ||||
|     <para>All "chroot"-containing strings got renamed to "sandbox". | ||||
|       In particular, some Nix options got renamed, but the old names | ||||
|  |  | |||
|  | @ -17,6 +17,13 @@ | |||
|     have write access to the Nix database.</para> | ||||
|   </listitem> | ||||
| 
 | ||||
|   <listitem> | ||||
|     <para>The Nix language now supports floating point numbers. They are | ||||
|     based on regular C++ <literal>float</literal> and compatible with | ||||
|     existing integers and number-related operations. Export and import to and | ||||
|     from JSON and XML works, too. | ||||
|   </para> | ||||
|   </listitem> | ||||
| </itemizedlist> | ||||
| 
 | ||||
| <para>This release has contributions from TBD.</para> | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue