Skip to content

Commit eec4c99

Browse files
committed
added changelog for 2.0.9
1 parent c2f9458 commit eec4c99

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
# Parso Java library
2+
## Parso 2.0.9
3+
***26 April 2018***
4+
Fixed some issues
5+
* Added ability to read precision information ([#22][i22])
6+
* Exposed formatting API for reuse ([#24][i24])
7+
* Added ability to read only specified columns to improve performance
8+
* Fixed bug [#26][i26]
9+
10+
[i22]: https://github.com/epam/parso/issues/22
11+
[i24]: https://github.com/epam/parso/issues/24
12+
[i26]: https://github.com/epam/parso/issues/26
13+
214
## Parso 2.0.8
315
***12 January 2018***
416

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.epam</groupId>
55
<artifactId>parso</artifactId>
6-
<version>2.0.8</version>
6+
<version>2.0.9</version>
77
<packaging>jar</packaging>
88
<name>parso</name>
99
<description>Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces

0 commit comments

Comments
 (0)