Skip to content

Commit

Permalink
Docs: Better explain 6.4.2 vs 6.4.3 in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dcodeIO committed Jan 6, 2017
1 parent 5766c0c commit 69c04d7
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<br />

# [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)<br />
[: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)<br />
Expand All @@ -21,6 +16,8 @@
[:hash:](https://github.com/dcodeIO/protobuf.js/commit/f22a34a071753bca416732ec4d01892263f543fb) Added break/continue label support to codegen<br />
[:hash:](https://github.com/dcodeIO/protobuf.js/commit/f2ffa0731aea7c431c59e452e0f74247d815a352) Updated dependencies, rebuilt dist files and changed logo to use an absolute url<br />

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
Expand Down

0 comments on commit 69c04d7

Please sign in to comment.