ChangeLog.rdoc in sdp-0.2.8 vs ChangeLog.rdoc in sdp-0.2.9
- old
+ new
@@ -1,4 +1,17 @@
+=== 0.2.9 / 2012-11-20
+
+* Improvements:
+ * Added SDP::Description#errors to find out what fields are missing in the
+ case of an invalid description.
+ * SDP::Descriptions now must require either session connection info or media
+ section connection info. #valid? and #errors now this into consideration.
+* Bug Fixes:
+ * SDP::Description#valid? now properly returns true even if media_sections is
+ empty.
+ * SDP::Description#valid? now properly checks for connect info in the session
+ section and media sections (if it doesn't exist in the session section).
+
=== 0.2.8 / 2012-11-12
* Bug Fixes:
* gh-22[https://github.com/turboladen/sdp/issues/22]: Attributes in media
sections now get put on a separate line.