# ChangeLog
## 0.2.2.0
* Fixes derive and instantiator mechanisms to work with ghc 7.10 and
earlier. Previously, invocation was broken when type variables were
used.
* Fixes `freeVarsT` - it now looks through more constructors of `Type`.
* Adds `dequalifyTyVars` to dequalify every type variable.
## 0.2.0.1
* Fixes build on 7.8
* Fixes warnings
## 0.2.0.0
* Adds TH.ReifySimple, which supports reifying most of the information TH users
care about.
* Adds some utilities based on SYB, which is often useful for TH.
* Makes relative path stuff less noisyi with GHCi.
## 0.1.0.0
* First public release