From 71d595a366380606b976d9c4ce0606d8e1f4dcf3 Mon Sep 17 00:00:00 2001 From: Daniel Huigens Date: Tue, 8 Dec 2020 19:18:53 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0f7d5d..cbd0e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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