From 5308ea5e88786e51e448bdfcd9df3ccfd838fbc9 Mon Sep 17 00:00:00 2001 From: Jakob Krigovsky Date: Thu, 31 Jan 2019 09:03:55 +0100 Subject: [PATCH] Add v1.0.0 to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1419a52..18c3d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All releases and their notable changes are documented in this file. This project follows [Semantic Versioning 2](https://semver.org). +## v1.0.0 (2019-01-31) + +- Update compact_enc_det to [`9357fb5`](https://github.com/google/compact_enc_det/commit/9357fb59393af6c625bbd323415979117040374b) ([`c626217`](https://github.com/sonicdoe/ced/commit/c6262177cc7db14fe24556f4cebf474b9f8f5f8c)) +- Throw `TypeError` if argument is not a buffer ([`a4d9f10`](https://github.com/sonicdoe/ced/commit/a4d9f10b6bf1cd468d1a5b9a283cdf437f8bb7b3)) + ## v0.1.0 (2018-07-22) - Initial release