From 73efad928442386135c1e1f58049b2e81fe7bb77 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 10 Apr 2013 21:20:27 -0500 Subject: [PATCH] Updated readme. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index 9630a0300917..2202e044e0a6 100644 --- a/readme.md +++ b/readme.md @@ -13,6 +13,7 @@ - Use [Predis](https://github.com/nrk/predis) as our Redis back-end. Supports pipelining, client side sharding / clustering. - Implement sectionable caching across all drivers which support incrmeent / decrement. - Added `Redirect::home` method from Laravel 3. +- Added `Crypt::setKey`, `Crypt::setCipher`, and `Crypt::setMode`. ## Beta 4