We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbda366 commit 00d8598Copy full SHA for 00d8598
CHANGELOG.md
@@ -0,0 +1,10 @@
1
+## X12 parser Version History
2
+
3
+**Changes in version 1.2**
4
5
+ - Added a proper security environment to XStream by limiting the classes that it can create when loading XML files.
6
+ - Updated XStreams library from version 1.4.9 to version 1.4.10.
7
8
+**Changes in version 1.1**
9
10
+ - Added support for ANSI 837 5010 X223.
build.gradle
@@ -7,7 +7,7 @@ plugins {
}
group = 'com.imsweb'
-version = '1.1'
+version = '1.2'
11
description = 'Java client library for parsing x12 files'
12
13
// UTF-8 for all compilation tasks
0 commit comments