1.1.1 — proper handling of pass-by-value, fixed memory leaks
- Boxed thin trait objects now implement
Drop
as intended. This was not enabled due to an oversight, leading to memory leaks whenever those go out of scope. - Pass-by-value trait methods will now gracefully fail with an error stating that they are not supported yet instead of yielding a compilation failure.