Skip to content

Commit

Permalink
Add a CHANGES.md file.
Browse files Browse the repository at this point in the history
  • Loading branch information
hainesr committed Aug 25, 2018
1 parent b333074 commit e88cab4
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# Changes log for the Ruby OpenMPT library (ffi-openmpt)

## Version 0.1.0

* Add Code of Conduct.
* Add Travis configuration.
* Add a Travis badge to the README.
* Set up Coveralls integration.
* Add a Coveralls badge to the README.
* Add a CodeClimate badge to the README.
* Add rubocop configuration files.
* Add rubocop tasks to the Rakefile.
* Many rubocop fixes.
* Add ffi as a dependency.
* Wrap the libopenmpt version methods.
* Wrap the libopenmpt logging callbacks.
* Add tests for the API module.
* Test the logging API functions.
* Wrap the libopenmpt error callbacks.
* Wrap libopenmpt module create/destroy functions.
* Add a helper method to test against mod files.
* Wrap the libopenmpt module duration function.
* Wrap the libopenmpt module read stereo functions.
* Test the module_read functions against real data.
* Add libopenmpt to the Travis config.
* Switch to old Travis architecture to install dependencies.
* Install libopenmpt manually on Travis.
* Wrap the libopenmpt module read interleaved stereo functions.
* Wrap the libopenmpt string functions.
* Wrap the libopenmpt extension querying functions.
* Wrap the libopenmpt informational error functions.
* Wrap the libopenmpt module error functions.
* Wrap the libopenmpt module metadata functions.

## About this file

This file is, at least in part, generated by the following command:

```shell
$ git log --pretty=format:"* %s" --reverse --no-merges <commit-hash>..
```

0 comments on commit e88cab4

Please sign in to comment.