Changelog for validation-0.4.3

0.4.3 * Rename `ValidationT` to `ValidationTB` * Introduce `ValidationT` with `MonadTrans` instance 0.4.2 * Export constructors on `AccValidation` and `Validation`. 0.4.1 * Remove `Alternative` instances. They are obscene. * INLINE pragmas 0.4.0 * Change the premise of the `Validate` type-class to more strongly reflect the isomorphism to Either. * The `_Failure` and `_Success` prisms are now derived. * Lots more examples 0.3.0 A restructuring of 0.2.x where: * Tests updated to use doctest * Update API to use Prism and Iso (Control.Lens) * Rename package Validation (deprecated) to validation 0.3.1 Use Safe Haskell pragma 0.3.2 Implement Validate on Either 0.3.3 Provide Isos between (ValidationT Identity) and other data types. 0.3.4 Loosen the type of the Isos for polymorphic update.