Skip to content

Commit

Permalink
#96 Fix documentation for 7.0.0 (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomuben authored Oct 7, 2021
1 parent 89477fd commit c53570c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Package: exasol
Type: Package
Title: R Interface & SDK for the EXASOL Database
Version: 6.0.0
Date: 2016-01-01
Version: 7.0.0
Date: 2021-10-07
Author: Ian Formanek, Marcel Boldt, Mathias Golombek, Muhammet Orazov, Pieterjan Spoelders, Sebastian Baer, Szilard Barany, Thomas Ubensee, Torsten Kilias, Valerie Wiedemann, Viliam Simko
Maintainer: Thomas Ubensee <[email protected]>
Contact: Exasol <[email protected]>
Expand Down
4 changes: 3 additions & 1 deletion doc/changes/changes_7.0.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# r-exasol 7.0.0, released 2021-10-07

Code name: t.b.d.
Code name: CRAN submission

## Summary

Expand All @@ -11,6 +11,8 @@ Following functions has been dropped:

Important: The bundled ODBC driver for Linux/Mac was removed (as CRAN requires to remove any binary executables from the package); dbConnect("exa",...) now will look in some default folders for the driver, please check the [README](../../README.md) for more details.

Also this release now support the data visualization in the RStudio connection pane.

## Features / Enhancements
- #77: Add more encryption options
- #70 rstudio connections pane
Expand Down

0 comments on commit c53570c

Please sign in to comment.