# Changelog for inline-asm ## v0.3.1.0 * Support passing `ByteString`s to the assembly. * Introduced a helper synonym `RET_HASK` to get back into the Haskell land explicitly. ## v0.3.0.0 * Support named arguments for doubles and floats as well. * Support passing Ptr values. ## v0.2.0.0 * Support named arguments. ## v0.1.1.0 * Support returning tuples. ## v0.1.0.0 * Initial implementation.