# v1.1 - XXXX-XX-XX


## Changes affecting backwards compatibility


### Breaking changes in the standard library


### Breaking changes in the compiler


## Library additions


## Library changes

- Added `os.delEnv` and `nimscript.delEnv`. (#11466)

- Enable Oid usage in hashtables. (#11472)

- Added `unsafeColumnAt` procs, that return unsafe cstring from InstantRow. (#11647)

- Make public `Sha1Digest` and `Sha1State` types and `newSha1State`, `update` and `finalize` procedures from `sha1` module. (#11694)


## Language additions


## Language changes


### Tool changes


### Compiler changes

- VM can now cast integer type arbitrarily. (#11459)


## Bugfixes