Skip to content

Commit

Permalink
Update CHANGES.md file ready for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Mar 24, 2019
1 parent 5d7ea47 commit 8f03af5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
@@ -1,5 +1,24 @@
# Changes log for the Ruby OpenMPT library (ffi-openmpt)

## Version 0.3.0

* Wrap the libopenmpt module read mono functions.
* Add mono read (short/float) calls to the ruby interface.
* Move the string get method to its own namespace.
* Allow getting informational strings directly.
* Wrap Module#metadata_keys.
* Directly query module metadata keys.
* Update test version of libopenmpt to 0.3.13.
* Parameterize the test libopenmpt version.
* Update Travis config to use latest rubies.
* Turn on `fast_finish` in the Travis config.
* Switch to use latest dist (Xenial) in Travis.
* Test multiple versions of the libopenmpt library.
* Wrap libopenmpt module repeat functions.
* Add repeat_count to the ruby interface.
* Wrap libopenmpt module positional calls.
* Add positional calls to the ruby interface.

## Version 0.2.0

* Add a Gem version badge to the README.md.
Expand Down

0 comments on commit 8f03af5

Please sign in to comment.