From b4316bfa8d36898366bd7ac742a222ca5481e0d8 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Mon, 21 Nov 2022 17:23:19 +0100 Subject: [PATCH] Add CHANGELOG entry --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fffd4fe228..4c6ad45371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,15 @@ and this project adheres to ## [Unreleased] +### Changed + +- cosmwasm-vm: Avoid exposing OS specific file system errors in order to test + cosmwasm-vm on Windows. This gives us confidence for integrating cosmwasm-vm + in a libwasmvm build on Windows. This change is likely to be consensus + breaking as error messages change. ([#1406]) + +[#1406]: https://github.com/CosmWasm/cosmwasm/pull/1406 + ## [1.1.6] - 2022-11-16 ### Added