Skip to content

v2.3.1

Compare
Choose a tag to compare
@ekosz ekosz released this 01 Nov 16:26
· 38 commits to master since this release

This release fixes some spelling mistakes I had littered about the code base. I had a hard time deciding whether or not to make this a major version change, but I don't think most people will need to change any code after this release.

Fixed spelling of "falcor" in action constants - Thanks @jmandzik !

This was a silly typo where the word "falcor" was spelled as "faclor" in the action constant strings. As long as you are using the constant itself, and not the misspelled string, you will not need to change any code.

Fixed spelling of "UnrecognizedActionTypeException" - Thanks @maxmechanic !

Again, a bad typo. The exception was spelled as "UnreconizedActionTypeException". This error is only used internally to the library so you should not need to change any code here either.

Thank you everyone for catching my dumb mistakes!