diff --git a/CHANGELOG-1.x.md b/CHANGELOG-1.x.md index 8c8a504..69a213b 100644 --- a/CHANGELOG-1.x.md +++ b/CHANGELOG-1.x.md @@ -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. @@ -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. \ No newline at end of file +* Additional record processing happens automatically for SRV, NS and MX records.