Skip to content

Commit

Permalink
Library now requires Java 8.
Browse files Browse the repository at this point in the history
  • Loading branch information
depryf committed Aug 23, 2016
1 parent 00f37bc commit a8c9ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: java

jdk:
- oraclejdk7
- oraclejdk8

before_install:
- chmod +x gradlew
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
- Made start column optional in user-defined dictionaries (specification 1.1).
- Made NAACCR version optional in user-defined dictionaries specification 1.1).
- Added optional attribute "specificationVersion" to the root dictionary and data XML tags, now set to 1.1 by default.
- Library now requires Java 8 at minimum.

**Version 1.3**

Expand Down

0 comments on commit a8c9ed7

Please sign in to comment.