packages feed

pretty-diff-0.4.0.2: CHANGELOG.md

# 0.4.0.2
- small fix for different line number count
# 0.4.0.1
- small fix for smaller diff context
# 0.4.0.0
- `pretty/above/below` take `Text` instead of `Show a` allowing the user to decide how to turn stuff into a string.
- `pretty` render multiline input nicely
  - config takes a multilineContext to param to specify how much around the diff to

# 0.3.0.0

- I messed this release up :-( 0.4.0.0 is correct.

# 0.2.0.3

- Relax version bounds to support `tasty-1.4`

# 0.2.0.2

- Relax version bounds to support `Diff-0.4`

# 0.2.0.1

- Relax version bounds to support `tasty-1.3.x` and `Diff-0.4`

# 0.1.0.0

- Initial implementation.