Skip to content

Commit

Permalink
Update release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
nileema committed May 26, 2015
1 parent 2c5e5a8 commit 7e50e83
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions presto-docs/src/main/sphinx/release/release-0.105.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
Release 0.105
=============

General Changes
---------------

* Fix issue which can cause queries to be blocked permanently.
* Close connections correctly in JDBC connectors.
* Add implicit coercions for values of equi-join criteria.
* Fix detection of window function calls without an ``OVER`` clause.

SPI Changes
-----------

Expand All @@ -11,11 +19,3 @@ SPI Changes
This is a backwards incompatible change with the previous connector SPI.
If you have written a connector, you will need to update your code
before deploying this release.

General Changes
---------------

* Fix issue which can cause queries to be blocked permanently.
* Close connections correctly in JDBC connectors.
* Add implicit coercions for values of equi-join criteria.
* Fix detection of window function calls without an ``OVER`` clause.

0 comments on commit 7e50e83

Please sign in to comment.