Sort changes in place.
55 56 57
# File 'lib/vclog/changelog.rb', line 55 def sort!(&block) changes.sort!(&block) end