- Ashikhmin-Shirley anisotropic BSDF was added as closure
- WardBSDFNode renamed to AnisotropicBSDFNode; has now two distributions (Ward and Ashikhmin-Shirley)
- Fresnel factor was left out (as in all other microfacet BSDFs)
- IMPORTANT: Was not able to test OSL integration, because my build crashes with any OSL rendering without usable callstack (maybe something is not correctly configured for the linker). So I'm afraid I have to put that burden on somebody else's shoulders (Thomas Dinges?)
- OpenCL not tested for similar reasons
Update:
- OSL fixes (could still not test it, though)
- app/cycles_xml.cpp updated (for backwards compatibility one could create a AnisoNode with Ward distribution for a "ward_bsdf" string, but I don't know what the policy is there, so I didn't do it)

