CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog

All Notable changes to `Oci8` will be documented in this file.

Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles.

## [1.0.1] - 2016-02-28

### Added
- Nothinh

### Deprecated
- Nothing

### Fixed
- Update CHANGELOG (missing in v1.0.0)
- phpunit configuration

### Removed
- Nothing

### Security
- Nothing

## [1.0.0] - 2016-02-28

### Added
- Oci8Connection::setEdition() as static method.

### Deprecated
- Oci8Connection->setEdition() as instance method.

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing

## [0.1.0] - 2016-02-14

### Added
- Oci8Connection classes:
  - Oci8Connection
  - Oci8PersistentConnection
  - Oci8SingletonConnection
- Oci8Statement classes:
  - Oci8Statement
  - Oci8Cursor
- Oci8Field class
- Interfaces added:
  - Oci8ConnectionInterface
  - Oci8StatementInterface
  - Oci8CursorInterface
  - Oci8FieldInterface

### Deprecated
- Nothing

### Fixed
- Nothing

### Removed
- Nothing

### Security
- Nothing