Skip to content

Commit

Permalink
Update CHANGELOG-1.x.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelwilliams authored Feb 3, 2019
1 parent e497315 commit 3a54d78
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG-1.x.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
CHANGELOG for 1.x
CHANGELOG for 1.2
=================
* New event `SERVER_START_FAIL` triggered when the server fails to start.
* RData encoding and decoding methods separated into their own classess: `RdataEncoder` and `RdataDecoder`.
* It is now optional to inject an `EventDispatcher` into `Server` instance.

CHANGELOG for 1.1
=================
* Normalised RDATA naming conventions to be consistent with RFC1035.
* Tests moved into the main src directory.
Expand All @@ -9,4 +15,4 @@ CHANGELOG for 1.x
* Optionally store dns records in Yaml or XML format.
* Implemented Symfony Event dispatcher.
* Resolvers support wildcard domains.
* Additional record processing happens automatically for SRV, NS and MX records.
* Additional record processing happens automatically for SRV, NS and MX records.

0 comments on commit 3a54d78

Please sign in to comment.