summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
AgeCommit message (Collapse)Author
2018-10-13update changelog for 0.15.3kyren
2018-10-01Update changelog for one more 0.15 last minute additionkyren
2018-10-01Some documentation and changelog fixeskyren
2018-09-30Update changelog for 0.15, fix readme for earlier tuple size increasekyren
2018-08-06Update changelog for 0.14.2 additional soundness fixkyren
2018-08-05Update changelog in preparation for 0.14.1 releasekyren
I'm a bit unclear on whether bumping a dependency's minor version is considered a semver breaking change, but without doing this everyone probably gets deprecation warnings?
2018-06-29Prepare for 0.14.0 releasekyren
2018-03-28New approach for ref types, use an auxillary thread stackkyren
Vastly simpler and less magical than using a fixed size magical section of the active stack, and seems to be no slower. The only real downside is that it *seems* extremely extremely hacky (and to be fair, it is).
2018-03-20rely on failure 0.1.2 from git to get backtrace disabled by defaultkyren
without relying on an unreleased 1.0 API. Trying to get rid of the special chucklefish hack branches in the meantime before 1.0.
2018-03-12changelog fixeskyren
2018-03-12Use rlua_ asserts instead of unreachable!, changelog updates for 0.14kyren
0.14 will be released alongside `failure` 1.0 with a dependency update.
2018-02-28Update changelog / cargo.toml in prep for 0.13kyren
2018-02-14prepare for 0.12.2kyren
2018-02-11Update changelog for 0.12.1, and add missing entry for 0.12.0kyren
2018-02-11changelog spelling fixkyren
2018-02-11Change changelog to be less confusingkyren
There will not be a changelog entry for the changelog entry
2018-02-10Change changelog, readme, examples, Cargo.toml for 0.12 releasekyren
2018-01-26update changelog for 0.11.0kyren
2017-12-17Update README, CHANGELOG, and Cargo.toml for 0.10.2kyren
2017-12-05bump version for doc spelling fixkyren
2017-12-04Couple of changes:kyren
- Update readme, changelog, cargo version number in preparation for release - Remove panicking behavior on recursive callback calls, add additional error variant for recursive callback errors.
2017-11-08Bump version to 0.9.7, update changelogkyren
2017-10-26Bump version / changelog for 0.9.6kyren
2017-10-25Bump version to 0.9.5, update changelogkyren
2017-10-24Update to 0.9.4, update changelogkyren
2017-10-14Whoops, messed up the version in the changelog.kyren
2017-10-14Bump cargo version to 0.9.3, update changelog.kyren
2017-09-24Update rlua to 0.9.2, add SOME kind of changelog.kyren