Skip to content

Commit

Permalink
[docs] update changelog/readme for release tag 1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
peelandsee committed Sep 5, 2019
1 parent 5c4db76 commit 2408bcb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 2408bcb

Please sign in to comment.