Delete CHANGELOG.md

This commit is contained in:
Jaehyun Shin 2018-07-24 18:55:24 +09:00 committed by GitHub
parent 2ed20b6fe1
commit c2dbdf14e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 47 deletions

View File

@ -1,47 +0,0 @@
# Change log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
- Fix concatenation of multiple matching tags in Title extractor
- Fix exception when no matches are found in Title extractor
## [0.6.2] - 2015.11.22
- Scope the title tag selector to the head element
## [0.6.1] - 2015.11.07
- Fix `httpoison_options` default option error
## [0.6.0] - 2016.11.06
### Added
- Add `httpoison_options` support to config
- Improve Title extractor
## [0.5.2] - 2016.08.19
### Bug fix
- Support XML version tag
## [0.5.0] - 2016.07.16
### Maintain
- Update `floki` to `0.9.0`
- Update `httpoison` to `0.9.0`
## [0.5.0] - 2016.05.07
### Added
- Add `Readability.summarize` function
## [0.4.0] - 2016.04.28
### Added
- Add author extractor function
- Add `Readability.readable_html` function
## [0.3.1] - 2016.04.24
- Release!!