From 2408bcb9c764a1051f60e8d7a6a1d480c06a8ff2 Mon Sep 17 00:00:00 2001 From: luca bo Date: Thu, 5 Sep 2019 18:04:03 +0200 Subject: [PATCH] [docs] update changelog/readme for release tag 1.8 --- CHANGELOG.md | 5 +++++ README.md | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4db9ec8..bcf5664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ # Changelog + All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.8] - 2019-09-05 +### Fixed + * Fixed issue about loss of state for Statement class on retry (#34) + * Added DBAL's MasterSlaveConnection support (#33) ## [1.7] - 2019-02-05 ### Fixed diff --git a/README.md b/README.md index ea35f16..8aa7856 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Auto reconnect on Doctrine MySql has gone away exceptions on doctrine/dbal >=2.3 # Installation ```console -$ composer require facile-it/doctrine-mysql-come-back ^1.7 +$ composer require facile-it/doctrine-mysql-come-back ^1.8 ``` # Configuration @@ -97,8 +97,7 @@ return [ ]; ``` -You can use wrapper class `Facile\DoctrineMySQLComeBack\Doctrine\DBAL\Connections\MasterSlaveConnection` if you are -using master / slave Doctrine configuration. +You can use wrapper class `Facile\DoctrineMySQLComeBack\Doctrine\DBAL\Connections\MasterSlaveConnection` if you are using master / slave Doctrine configuration. # Usage