# CHANGELOG ## Unreleased ## v0.2.0.1 (2020-04-09) + Fixed bug caused when escaping a backslash right before an interpolation (Thanks Vladimir Stepchenko!) + Fixed behavior of `iii` (Thanks Vladimir Stepchenko!) ## v0.2.0.0 (2019-12-16) + Added `iii` interpolator for collapsing whitespace/newlines into single spaces + Added feature comparison to/benchmark with `neat-interpolation` + Just generally make the documentation better + Add homepage info to cabal file/Haddock documentation ## v0.1.0.1 (2019-05-06) + Remove Interpolation from the default benchmarks because it's not on Stackage ## v0.1.0.0 (2019-03-17) + Add support for using Text and ByteString `Builder`s as both sinks and sources + Add support for interpolating Chars without the surrounding quotes ## v0.0.1.0 (2019-03-10) + Initial release