NEWS in mqtt-0.0.4 vs NEWS in mqtt-0.0.5

- old
+ new

@@ -1,19 +1,27 @@ -= Ruby MQTT NEWS +Ruby MQTT NEWS +============== -== Ruby MQTT Version 0.0.4 (2009-02-22) +Ruby MQTT Version 0.0.4 (2009-02-22) +------------------------------------ -Re-factored packet encoding/decoding into one class per packet type. -Added MQTT::Proxy class for implementing an MQTT proxy. +* Re-factored packet encoding/decoding into one class per packet type. +* Added MQTT::Proxy class for implementing an MQTT proxy. -== Ruby MQTT Version 0.0.3 (2009-02-08) -Added checking of Connection Acknowledgement. -Automatic client identifier generation. +Ruby MQTT Version 0.0.3 (2009-02-08) +------------------------------------ -== Ruby MQTT Version 0.0.2 (2009-02-03) +* Added checking of Connection Acknowledgement. +* Automatic client identifier generation. -Added support for packets longer than 127 bytes. -== Ruby MQTT Version 0.0.1 (2009-02-01) +Ruby MQTT Version 0.0.2 (2009-02-03) +------------------------------------ -Initial Release. +* Added support for packets longer than 127 bytes. + + +Ruby MQTT Version 0.0.1 (2009-02-01) +------------------------------------ + +* Initial Release.