Repository: calcite Updated Branches: refs/heads/master 08c966b98 -> ea25b7327
[CALCITE-1267] Trivial pointer in README.md to release notes on the website Project: http://git-wip-us.apache.org/repos/asf/calcite/repo Commit: http://git-wip-us.apache.org/repos/asf/calcite/commit/ea25b732 Tree: http://git-wip-us.apache.org/repos/asf/calcite/tree/ea25b732 Diff: http://git-wip-us.apache.org/repos/asf/calcite/diff/ea25b732 Branch: refs/heads/master Commit: ea25b7327e734f93acae85dc60f6188f852bed12 Parents: 08c966b Author: Josh Elser <[email protected]> Authored: Tue May 31 19:22:00 2016 -0400 Committer: Josh Elser <[email protected]> Committed: Tue May 31 19:22:34 2016 -0400 ---------------------------------------------------------------------- avatica/README.md | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/calcite/blob/ea25b732/avatica/README.md ---------------------------------------------------------------------- diff --git a/avatica/README.md b/avatica/README.md index 1d2cf28..9bbf29b 100644 --- a/avatica/README.md +++ b/avatica/README.md @@ -25,3 +25,6 @@ Apache Calcite's Avatica is a framework for building database drivers. Avatica is a sub-project of [Apache Calcite](https://calcite.apache.org). For more details, see the [home page](https://calcite.apache.org/avatica). + +Release notes for all published versions are available on the [history +page](https://calcite.apache.org/avatica/docs/history.html).
