CHANGELOG in sdl4r-0.9.8 vs CHANGELOG in sdl4r-0.9.9

- old
+ new

@@ -1,5 +1,18 @@ -== v0.9.9 (建設中) +== v0.9.10 (建設中) +== v0.9.9 (19-11-2010) + +=== Major changes: + +* SDL4R#to_attribute_map renamed to SDL4R#to_attribute_hash (as the doc stated previously). +* Symbols are now converted to Strings when used as SDL values. It is therefore possible to write: + + tag.set_attribute("type", :square) #tag.attribute("type") => "square" + +=== Minor changes: + +* New methods: Tag#has_attributes? and Tag#has_values? + == v0.9.8 (16-sep-2010) === Major changes: * Bug fix: dollar ($) is now supported as a valid identifier character. \ No newline at end of file