From e9287033627edf7742e352acd5e3d8bcf3f40d77 Mon Sep 17 00:00:00 2001 From: Nick Lewycky Date: Fri, 13 Sep 2019 11:33:50 -0700 Subject: [PATCH] Add changelog entry. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4672f8d701b..899443b6748 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ Blocks of changes will separated by version increments. ## **[Unreleased]** +- [#785](https://github.com/wasmerio/wasmer/pull/785) Include Apache license file for spectests. + ## 0.7.0 - 2019-09-12 Special thanks to @YaronWittenstein @penberg for their contributions.