Skip to content

Commit

Permalink
Compatibility note for 0.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mcclure committed May 3, 2020
1 parent 3490d04 commit 4319828
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -12,3 +12,7 @@ Online documentation can be found [here](http://excessive.github.io/cpml/) or yo

# Installation
Clone the repository and require it, or if you prefer luarocks: `$ luarocks install --server=http://luarocks.org/dev cpml`. Add `--tree=whatever` for a local install.

# Versions

This library has a major compatibility break at version 1.0. Up to version 0.10, composition a*b means "apply b, then a" for quaternions and "apply a, then b" for matrices. Starting with version 1.0, the two are consistent and matrix a*b means "apply b, then a".

0 comments on commit 4319828

Please sign in to comment.