Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
drfraker authored Feb 26, 2019
1 parent a9763ce commit b0ec795
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

## [1.0.2] - 2019-02-23
### Changed
- merged PR to recursively scan package migration folders and app migration folders.
- Added a trait that can be added to TestsCase.php to remove the need to add a block of code to TestCase.php
- Refactored Snipe.php to only scan for migration changes one time to improve performance and clean up file.
- Added feature to use Snipe migrations for DatabaseTransactions ***AND*** RefreshDatabase Traits.

## [1.0.2] - 2019-02-23
### Changed
- merged PR to recursively scan migrations folder for changes.
Expand Down

0 comments on commit b0ec795

Please sign in to comment.