add changelogs for 2.0.0 and 3.0.0, add list lables

This commit is contained in:
silverwind 2018-02-04 21:10:51 +01:00
parent 5689e28e19
commit 7274684443
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -1,5 +1,13 @@
# Version 4.0.0 - yyyy-mm-dd
# Version 4.0.0 - 2018-02-04
- added `streamEncode` and `streamDecode` methods for encoding TCP packets.
- Changed the decoded value of TXT records to an array of Buffers. This is to accomodate DNS-SD records which rely on the individual strings record being separated.
- Renamed the `flag_trunc` and `flag_auth` to `flag_tc` and `flag_aa` to match the names of these in the dns standards.
- Feature: Added `streamEncode` and `streamDecode` methods for encoding TCP packets.
- Breaking: Changed the decoded value of TXT records to an array of Buffers. This is to accomodate DNS-SD records which rely on the individual strings record being separated.
- Breaking: Renamed the `flag_trunc` and `flag_auth` to `flag_tc` and `flag_aa` to match the names of these in the dns standards.
# Version 3.0.0 - 2018-01-12
- Breaking: The `class` option has been changed from integer to string.
# Version 2.0.0 - 2018-01-11
- Breaking: Converted module to ES2015, now requires Node.js 4.0 or greater