ChangeLog.rdoc in sdp-0.1.0 vs ChangeLog.rdoc in sdp-0.2.0
- old
+ new
@@ -1,4 +1,14 @@
+=== 0.2.0 / 2011-01-22
+
+* New features:
+ * Parse i=, c=, b=, k= when in media sections.
+ * connection_network_type and connection_address_type now separate
+ from network_type and address_type.
+* Bug Fixes:
+ * Fixed attribute parsing so it treats anything but a :, \r, or \n as
+ part of the attribute.
+
=== 0.1.0 / 2011-01-21
* Initial release:
* Parses SDP text to SDP::Description objects
* Create SDP::Description objects from scratch