From 57adb1d280790cad6854c8a74c93621a5c1d3771 Mon Sep 17 00:00:00 2001 From: Yavor Nikolov Date: Sat, 11 Oct 2014 15:46:37 +0300 Subject: [PATCH] Update History.txt for 0.5.1 --- History.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/History.txt b/History.txt index 055cbf3e..58b2cf2b 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,17 @@ +== 0.5.1 2014-10-12 +* Improvements + * Support for Oracle Ehnanced Adapter 1.5 and ActiveRecord 4.1, 4.2 + * Oracle 12c support + * Better diagnostics output when ruby-oci8 initialization fails +* Bug fixes + * Support for ruby-oci8 2.1.2+ preventing segfaults + * Multi-thread support (applies to oci8 connections) +* Internal (development) improvements + * Tests database connection enhancements (eazy connect syntax, allow service name != db name) + * Tests migrated to rspec 3 + * Tests coverage migrated from rcov to simplecov + * README update with how to run tests + == 0.5.0 2012-04-16 * Improvements