File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
14
## Parso 2.0.8
3
15
*** 12 January 2018***
4
16
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >com.epam</groupId >
5
5
<artifactId >parso</artifactId >
6
- <version >2.0.8 </version >
6
+ <version >2.0.9 </version >
7
7
<packaging >jar</packaging >
8
8
<name >parso</name >
9
9
<description >Parso is a lightweight Java library designed to read SAS7BDAT datasets. The Parso interfaces
You can’t perform that action at this time.
0 commit comments