# 0.1.4
- Add `hPutDocLn`
- Add `ppUTCTimeISO8601`. Add dependency on `time` boot package.
- Add `ppOsString` from `os-string` package
- Add reasonable default implementation for methods for `ppGenericOverride` class method
- Add generic deriving for more types from `base` package like `Data.Functor.Compose`
- Add opt-in `Pretty.Instances` module with orphan instances. Other
modules don’t reexport it, intended for quick(er) debugging sessions
where we don’t care about orphans and want to print something on the
screen as soon as possible.
# 0.1.3
- Add functions for rendering with specified layout options
- Add pretty functions for types of `enummapset` package, could be disabled with `enummapset` flag
- Fix build with GHC 9.10
# 0.1.2
- Fix build with GHC 9.8
- Add `PPGeneric` newtype to apply `ppGeneric` through `DerivingVia`
- Add `PPShow` newtype to apply `ppShow` through `DerivingVia`
# 0.1.1.1
- `ppVector` and `ppVectorWith` now accept generic vectors
- Add lower bound `pretty-show >= 1.6`