From 7e50e83b8b55f46dfb7960d8983a5c0b58e66d25 Mon Sep 17 00:00:00 2001 From: Nileema Shingte Date: Tue, 26 May 2015 15:08:35 -0700 Subject: [PATCH] Update release notes --- .../src/main/sphinx/release/release-0.105.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/presto-docs/src/main/sphinx/release/release-0.105.rst b/presto-docs/src/main/sphinx/release/release-0.105.rst index 6800d6aa89e3..35eaf7cf47e2 100644 --- a/presto-docs/src/main/sphinx/release/release-0.105.rst +++ b/presto-docs/src/main/sphinx/release/release-0.105.rst @@ -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 ----------- @@ -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.