Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Josué Piña committed Feb 28, 2016
1 parent 0d4ba06 commit 6335617
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,41 @@ 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
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
processIsolation="false"
stopOnFailure="false">
<testsuites>
<testsuite name="PDO OCI8">
<testsuite name="OCI8">
<directory>tests</directory>
</testsuite>
</testsuites>
Expand Down

0 comments on commit 6335617

Please sign in to comment.