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

 
                                         
 
                                                  

                                                                              
 

                   
 
                   
 
                                                                                   
                                                           
 
               
 
# v1.4.0 - yyyy-mm-dd



## Standard library additions and changes

- `uri` adds Data URI Base64, implements RFC-2397.
- Add [DOM Parser](https://developer.mozilla.org/en-US/docs/Web/API/DOMParser)
  to the `dom` module for the JavaScript target.

## Language changes


## Compiler changes

- Specific warnings can now be turned into errors via `--warningAsError[X]:on|off`.
- The `define` and `undef` pragmas have been de-deprecated.

## Tool changes