> Added to macro which allows JSON to be unmarshalled into a type. This is a big deal for me. I do a lot of web backend work, and this macro will make my life so much easier. I've been playing around with Mongodb recently, and I can see this particular macro massively simplifying my code.
> The try statement’s except branches now support the binding of a caught > exception to a variable: This is nice. `try: except` blocks now look exactly like Python! That's not a bad thing! > The .procvar annotation is not required anymore. That doesn’t mean you can > pass system.$ to map just yet though. This is something I was struggling with just recently. Glad to see it made it into the release. Looks like a ton of bugs got fixed as well. Great job everyone who contributed!
