1
1
mirror of https://github.com/github/semantic.git synced 2024-12-01 09:15:01 +03:00
semantic/semantic-source/CHANGELOG.md
2020-01-28 12:00:27 -05:00

22 lines
316 B
Markdown

# 0.0.2.0
- Adds `Source.Language`.
- Adds `ToJSON` instances for `Range` and `Loc`.
# 0.0.1.0
- Adds an `NFData` instance for `Source`.
- Decodes to `Text` leniently instead of throwing exceptions.
# 0.0.0.1
- Loosens the upper bound on `hashable`.
- Adds support for GHC 8.8.1.
# 0.0.0.0
Initial release