Add CHANGELOG
This commit is contained in:
parent
27b177d724
commit
c20ca9d206
1 changed files with 22 additions and 0 deletions
22
CHANGELOG.md
Normal file
22
CHANGELOG.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## 0.2.0 - 2020-07-21
|
||||
|
||||
### Added
|
||||
|
||||
- Added a `do_parse/4` clause to skip mentions when we're already skipping something else (eg, when inside a link)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed a typo in the readme
|
||||
|
||||
### Changed
|
||||
|
||||
- Refactored `Linkify.Parser.parse/2` to enumerate over the types instead of the opts
|
||||
- Update dependencies
|
||||
|
||||
## 0.1.0 - 2019-07-11
|
||||
|
||||
- Initial release
|
Loading…
Reference in a new issue