From 69c04d7d374e70337352cec9b445301cd7fe60d6 Mon Sep 17 00:00:00 2001 From: dcodeIO Date: Fri, 6 Jan 2017 01:28:38 +0100 Subject: [PATCH] Docs: Better explain 6.4.2 vs 6.4.3 in changelog --- CHANGELOG.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8952ec9e5..840ee2325 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,5 @@ # [6.4.3](https://github.com/dcodeIO/protobuf.js/releases/tag/6.4.4) -## Other -[:hash:](https://github.com/dcodeIO/protobuf.js/commit/16274ac9e9fc87954c5edf58dd3776e6cf49c2e6) Messed up 6.4.2, is 6.4.3 now
- -# [6.4.2](https://github.com/dcodeIO/protobuf.js/releases/tag/6.4.2) - ## Fixed [:hash:](https://github.com/dcodeIO/protobuf.js/commit/c2c39fc7cec5634ecd1fbaebbe199bf097269097) Fixed invalid definition of Field#packed property, also introduced decoder.compat mode (packed fields, on by default)
[:hash:](https://github.com/dcodeIO/protobuf.js/commit/11fb1a66ae31af675d0d9ce0240cd8e920ae75e7) Always decode packed/non-packed based on wire format only, see [#602](https://github.com/dcodeIO/protobuf.js/issues/602)
@@ -21,6 +16,8 @@ [:hash:](https://github.com/dcodeIO/protobuf.js/commit/f22a34a071753bca416732ec4d01892263f543fb) Added break/continue label support to codegen
[:hash:](https://github.com/dcodeIO/protobuf.js/commit/f2ffa0731aea7c431c59e452e0f74247d815a352) Updated dependencies, rebuilt dist files and changed logo to use an absolute url
+6.4.2 had been accidentally published as 6.4.3. + # [6.4.1](https://github.com/dcodeIO/protobuf.js/releases/tag/6.4.1) ## Fixed