Skip to content

Commit

Permalink
Add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mcs07 committed Feb 3, 2017
1 parent e2b35bf commit 6dce010
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Change Log

## [v1.3.0](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.3.0) (2017-02-03)
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.2.3...v1.3.0)

**Implemented enhancements:**

- Add parser for glass transition temperature [\#13](https://github.com/mcs07/ChemDataExtractor/pull/13) ([rtchoua](https://github.com/rtchoua))

## [v1.2.3](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.2.3) (2017-01-22)
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.2.2...v1.2.3)

**Fixed bugs:**

- \_in\_stoplist should return True for entities trimmed out of existence [\#12](https://github.com/mcs07/ChemDataExtractor/issues/12)

## [v1.2.2](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.2.2) (2016-11-02)
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.2.1...v1.2.2)

**Fixed bugs:**

- Fix issues with reference link extraction using HTML/XML readers [\#10](https://github.com/mcs07/ChemDataExtractor/pull/10) ([mcs07](https://github.com/mcs07))

## [v1.2.1](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.2.1) (2016-10-24)
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.2.0...v1.2.1)

**Fixed bugs:**

- RSCHTMLReader throws bytes/string error [\#8](https://github.com/mcs07/ChemDataExtractor/issues/8)
- Fix encoding bug in RSC image character handling [\#9](https://github.com/mcs07/ChemDataExtractor/pull/9) ([mcs07](https://github.com/mcs07))

## [v1.2.0](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.2.0) (2016-10-11)
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.1.1...v1.2.0)

**Implemented enhancements:**

- New model layer [\#5](https://github.com/mcs07/ChemDataExtractor/pull/5) ([mcs07](https://github.com/mcs07))

**Fixed bugs:**

- import error: HTMLParser in Python 3 [\#7](https://github.com/mcs07/ChemDataExtractor/issues/7)
- Installation on Windows 7 [\#3](https://github.com/mcs07/ChemDataExtractor/issues/3)
- HTML unescape py2/3 compat - fixes \#4 [\#6](https://github.com/mcs07/ChemDataExtractor/pull/6) ([mcs07](https://github.com/mcs07))

## [v1.1.1](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.1.1) (2016-10-04)
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.1.0...v1.1.1)

**Implemented enhancements:**

- Python 3 compatibility [\#2](https://github.com/mcs07/ChemDataExtractor/pull/2) ([mcs07](https://github.com/mcs07))

**Fixed bugs:**

- version of pdfminer [\#1](https://github.com/mcs07/ChemDataExtractor/issues/1)

## [v1.1.0](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.1.0) (2016-10-03)


\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 comments on commit 6dce010

Please sign in to comment.