Skip to content

Commit

Permalink
Release v2.1.0.
Browse files Browse the repository at this point in the history
Signed-off-by: crynobone <crynobone@gmail.com>
  • Loading branch information
crynobone committed Jan 3, 2014
1 parent 78ebf1a commit 6427e7c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -16,7 +16,7 @@ To install through composer, simply put the following in your `composer.json` fi
```json
{
"require": {
"orchestra/memory": "2.1.*@dev"
"orchestra/memory": "2.1.*"
}
}
```
Expand Down
4 changes: 3 additions & 1 deletion docs/changes.md
Expand Up @@ -5,10 +5,12 @@ title: Memory Change Log

## Version 2.1 {#v2-1}

### v2.1.0@dev {#v2-1-0}
### v2.1.0 {#v2-1-0}

* Add `Orchestra\Memory\Abstractable\Container`.
* Predefined package path to avoid additional overhead to guest package path.
* Convert database schema to use `longText()` instead of `binary()`.
* Implement [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md) coding standard.
* Rename command to `php artisan memory:migrate`.
* Implement caching for both eloquent and fluent driver.
* Add `Orchestra\Memory\MemoryManager::setDefaultDriver()` method.
Expand Down

0 comments on commit 6427e7c

Please sign in to comment.