# 0.1.5
Fix a bug when TagLib::File.new method is called with a second argument
Migrate to minitest (tests are now supported for ruby 1.9).

# 0.1.4
Fix a segfault (when BadPath exception is raised)
Add tests files in gem package

# 0.1.3
Add File#close methods
Add Rakefile file to gem package

# 0.1.2
Add Rakefile.
Fix a bug that occurs when calling super from a child class of TagLib::File.

# 0.1.1
TagLib::File can now be a superclass
 rb_obj_call_init always called TagLib::File#initialize and not MyClass#initialize
 See http://subforge.org/blogs/show/5
Add unit tests.

# 0.1.0
First public release.
