Update changelog

This commit is contained in:
Daniel Huigens 2020-12-08 19:18:53 +01:00
parent d0daa53ca6
commit 71d595a366

View file

@ -4,10 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
### Added
- `helper.FreeOSMemory()` to explicitly call the GC and release the memory to the OS
### Changed
- users of the library no longer need a `replace` directive for x/crypto
- added new calls to `runtime.GC()` in the low memory attachment processor
## [2.1.2] 2020-12-01