ChangeLog.rdoc in rtsp-0.2.2 vs ChangeLog.rdoc in rtsp-0.3.0
- old
+ new
@@ -1,4 +1,11 @@
+=== 0.3.0 / 2012-03-02
+
+* Extracted RTP-esque functionality to an +rtp+ gem, on which this gem is now
+ dependent on version 0.0.1 of that.
+* Laxed dependency requirement on parslet.
+* Bumped dependency requirement on sdp to ~> 0.2.6, due to parslet conflicts
+
=== 0.2.2 / 2011-11-02
* Added a queue for listening and building the RTP file from the received data.
* Fixed bugs:
* gh-6: .gemspec was missing +parslet+ dependency. Thanks [tindron[http://github.com/tindron]].