From 92abaa42464d1dc998c74cba5bf6ce2aae7d5b72 Mon Sep 17 00:00:00 2001 From: Paragon Initiative Enterprises Date: Fri, 8 Dec 2017 14:10:18 -0500 Subject: [PATCH] Update CHANGELOG for v4.0.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index daf7a71..1779361 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## Version 4.0.2 (2017-12-08) + +This is mostly a boyscouting/documentation release. However, we now pass Psalm under the +strictest setting (`totallyTyped = true`). This means that not only is our public interface +totally type-safe, but Halite's internals are as well. + ## Version 4.0.1 (2017-10-19) * Prompted by [#67](https://github.com/paragonie/halite/issues/67), Halite is now available