# Changelog for `first-class-instances` ## 1.0.0.0 - Overhaul + `FCI` provides the core features for manipulating classes and instances. + `FCI.Base` applies these features to classes from the *base* standard library. + `FCI.Unsafe` exports `(==>)` which is unsafe. + `FCI.TH` exports extra options for `mkDict` ## 0.2.0.0 - Remove `Newtype` [[MR](https://gitlab.com/thematten/first-class-instances/-/merge_requests/5)] - Add support for GHC 8.8 [[MR](https://gitlab.com/thematten/first-class-instances/-/merge_requests/5)]