RubyMoney / monetize

A library for converting various objects into `Money` objects.
MIT License
430 stars 107 forks source link

Sort entries in CHANGELOG.md #106

Closed nitsas closed 7 years ago

nitsas commented 7 years ago

Most recent version first.

To help verify the changes, here's the story:

  1. v1.3.0 is out
  2. 8617e1d3 added section ## 1.3.1 below ## 1.3.0 instead of above
  3. v1.3.1 is released
  4. bbdac0a3 added section ## master to the bottom instead of using section ## Master which is present at the top
  5. 15562ac5, c902a8e8, 958de42c added entries to the bottom ## master section
  6. v1.4.0 is released (64e451cf), but it uses the top ## Master section and ignores the bottom ## master
  7. 4de6016b adds an entry to the bottom ## master section
  8. v1.5.0 is released
  9. v1.6.0 is released
  10. e24acba8 adds an entry to the bottom ## master section
  11. v1.7.0 is released
coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.963% when pulling 9967a168afdafa29d74cbb954d23d7372450ae17 on nitsas:sort-changelog-entries into 12a878dd03fa8aa1eef30e654be0018038f3e9b8 on RubyMoney:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.963% when pulling 08905ca97ab796ee357febdc38bba79b116fe47a on nitsas:sort-changelog-entries into 12a878dd03fa8aa1eef30e654be0018038f3e9b8 on RubyMoney:master.

nitsas commented 7 years ago

Added another commit (08905ca9) that fixes CHANGELOG.md for versions before v1.3.0. Some entries that were under heading ## 1.3.0, actually appeared in earlier versions:

Moved those under the correct version-headings and added entries for all versions between v0.4.0 and v1.3.0. Note that I only added existing entries under heading ## 0.4.0, plus an entry about the version of money gem. There were more changes from v0.3.0, which aren't listed - I can add them if you think they're necessary.


Sidenote: I'm not sure why specs for Ruby 1.9.3 are failing. The only file I edited is CHANGELOG.md.

antstorm commented 7 years ago

@nitsas it is remarkable what you did here! Thank you very much!

nitsas commented 7 years ago

@antstorm Very kind words, thank you :D