Jonathan M Davis: The Long-Winded D Guy
Changelog for dxml 0.2.2

Quick update to improve error messages for failed in contracts.

  • Various functions assert that the EntityType of the current entity is correct when they're called, but the assert statements didn't have any messages, meaning that anyone who got the failure would have to look at the source code to figure out what they did wrong. Now, each of those assertions has error messages which say what the programmer did wrong.