Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
cvitter committed Aug 29, 2016
1 parent d4d3488 commit bc59648
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

riakts.jdbc.driver.test/.project
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ Currently this repository has two Java projects:

- riakts.jdbc.driver.test (https://github.com/basho-labs/Riak-TS-JDBC-Driver/tree/master/riakts.jdbc.driver.test): External test code to test the functionality of the Raik TS JDBC Driver

See each project's individual ReadMe.md files for more information.
See each project's individual ReadMe.md files for more information and the [Release Notes](RELNOTES.md) for details about the driver's status.
6 changes: 6 additions & 0 deletions RELNOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release Notes

**Version 0.6**
- Updated tests to reflect new functionality in Riak TS 1.4 that allows the use of ISO 8061 dates in addition to the epoch
- Updated tests SQL INSERT tests to test capability of inserting boolean values based on bug fix in Riak TS 1.4
- Updated tests for JUnit 4, modified POM to include the dependency
- Updated file headers for move to github.com/basho-labs and expanded license text

**Version 0.5**
- Tested to support report creation in Jaspersoft Studio 6.3.0 (http://community.jaspersoft.com/project/jaspersoft-studio/releases)
- Added PreporedStatement, ResultSetMetaData, and ColumnInfo classes as part of refactoring to support reporting tools
Expand Down

0 comments on commit bc59648

Please sign in to comment.