summary refs log blame commit diff stats
path: root/changelog.md
blob: fb0102cd3af16f48204b3ba1e381fa06e472b1ca (plain) (tree)
1
2
3
4
5
6
7
8
9
                     
 
 

                                           
 
                                         
 
                  
 
 
                    
 

                                                                                                                               
                       
 
 
                   

 
                   
 

 
                   
 
 
               
 

                                                                                                                                                           
# v2.2.0 - yyyy-mm-dd


## Changes affecting backward compatibility


## Standard library additions and changes

[//]: # "Changes:"


[//]: # "Additions:"

- Adds `newStringUninit` to system, which creates a new string of length `len` like `newString` but with uninitialized content.

[//]: # "Deprecations:"


[//]: # "Removals:"


## Language changes



## Compiler changes


## Tool changes

- koch now allows bootstrapping with `-d:nimHasLibFFI`, replacing the older option of building the compiler directly w/ the `libffi` nimble package in tow.