Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 670 Bytes

CHANGELOG.md

File metadata and controls

17 lines (9 loc) · 670 Bytes

Change Log

0.2.1

  • Update syn to 2.0.4

0.2.0

  • Fix some borrow checker errors with synchronous functions, and add the #[context(move, "context")] syntax to support functions which consume their arguments. Thanks to @KaiJewson for #5.

0.1.2

  • Fixed lints like dead_code not triggering for functions annotated with #[context] (#3).

0.1.1

  • Added async function support - thanks to @tailhook for #2.