forked from LittleChest/dns-packet
add changelogs for 2.0.0 and 3.0.0, add list lables
This commit is contained in:
parent
5689e28e19
commit
7274684443
16
CHANGELOG.md
16
CHANGELOG.md
@ -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.
|
- Feature: 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.
|
- 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.
|
||||||
- Renamed the `flag_trunc` and `flag_auth` to `flag_tc` and `flag_aa` to match the names of these in the dns standards.
|
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user