- Fixed a memory leak involving macros. Previously using macros was
leaking memory due to an undetected cycle. 359
- The `debug` function in templates can now also be used to print out
the debug output of a variable. 356
- Added a new `stacker` feature which allows raising of the recursion
limits. It enables monitoring of the call stack via [stacker](https://crates.io/crates/stacker)
and automatically acquires additional memory when the call stack
runs out of space. 354