Skip to content

Commit 6dce010

Browse files
committed
Add changelog
1 parent e2b35bf commit 6dce010

File tree

1 file changed

+59
-0
lines changed

1 file changed

+59
-0
lines changed

Diff for: CHANGELOG.md

+59
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
# Change Log
2+
3+
## [v1.3.0](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.3.0) (2017-02-03)
4+
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.2.3...v1.3.0)
5+
6+
**Implemented enhancements:**
7+
8+
- Add parser for glass transition temperature [\#13](https://github.com/mcs07/ChemDataExtractor/pull/13) ([rtchoua](https://github.com/rtchoua))
9+
10+
## [v1.2.3](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.2.3) (2017-01-22)
11+
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.2.2...v1.2.3)
12+
13+
**Fixed bugs:**
14+
15+
- \_in\_stoplist should return True for entities trimmed out of existence [\#12](https://github.com/mcs07/ChemDataExtractor/issues/12)
16+
17+
## [v1.2.2](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.2.2) (2016-11-02)
18+
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.2.1...v1.2.2)
19+
20+
**Fixed bugs:**
21+
22+
- Fix issues with reference link extraction using HTML/XML readers [\#10](https://github.com/mcs07/ChemDataExtractor/pull/10) ([mcs07](https://github.com/mcs07))
23+
24+
## [v1.2.1](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.2.1) (2016-10-24)
25+
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.2.0...v1.2.1)
26+
27+
**Fixed bugs:**
28+
29+
- RSCHTMLReader throws bytes/string error [\#8](https://github.com/mcs07/ChemDataExtractor/issues/8)
30+
- Fix encoding bug in RSC image character handling [\#9](https://github.com/mcs07/ChemDataExtractor/pull/9) ([mcs07](https://github.com/mcs07))
31+
32+
## [v1.2.0](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.2.0) (2016-10-11)
33+
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.1.1...v1.2.0)
34+
35+
**Implemented enhancements:**
36+
37+
- New model layer [\#5](https://github.com/mcs07/ChemDataExtractor/pull/5) ([mcs07](https://github.com/mcs07))
38+
39+
**Fixed bugs:**
40+
41+
- import error: HTMLParser in Python 3 [\#7](https://github.com/mcs07/ChemDataExtractor/issues/7)
42+
- Installation on Windows 7 [\#3](https://github.com/mcs07/ChemDataExtractor/issues/3)
43+
- HTML unescape py2/3 compat - fixes \#4 [\#6](https://github.com/mcs07/ChemDataExtractor/pull/6) ([mcs07](https://github.com/mcs07))
44+
45+
## [v1.1.1](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.1.1) (2016-10-04)
46+
[Full Changelog](https://github.com/mcs07/ChemDataExtractor/compare/v1.1.0...v1.1.1)
47+
48+
**Implemented enhancements:**
49+
50+
- Python 3 compatibility [\#2](https://github.com/mcs07/ChemDataExtractor/pull/2) ([mcs07](https://github.com/mcs07))
51+
52+
**Fixed bugs:**
53+
54+
- version of pdfminer [\#1](https://github.com/mcs07/ChemDataExtractor/issues/1)
55+
56+
## [v1.1.0](https://github.com/mcs07/ChemDataExtractor/releases/tag/v1.1.0) (2016-10-03)
57+
58+
59+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)