Skip to content

Commit

Permalink
Added changelog documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Riimu committed Aug 22, 2015
1 parent e780bd3 commit afd75ba
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog #

## v2.4.0 (2015-08-22) ##

* Various methods will now throw an `TokenStorageException` if the secret
token cannot be appropriately stored or loaded.
* Some documentation has been clarified and tests have been improved to better
cover different use cases.

## v2.3.0 (2015-03-15) ##

* Added `SingleToken` class, which allows lazy loading the token and
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ at: http://kit.riimu.net/api/csrf/
In order to use this library, the following requirements must be met:

* PHP version 5.4
* [SecureRandom](https://github.com/Riimu/Kit-SecureRandom) library is required
* [Kit-SecureRandom](https://github.com/Riimu/Kit-SecureRandom) library is required

## Installation ##

Expand Down Expand Up @@ -73,6 +73,10 @@ and extract the `src` folder from the archive to your project folder. To load
the library, you can simply include the `src/autoload.php` file that was
provided in the archive.

Note that if you install this library manually, you must also install the
dependencies by yourself. Installing the library via Composer also installs the
dependencies for you.

## Usage ##

The idea of this library is to make security as convenient as possible. You only
Expand Down

0 comments on commit afd75ba

Please sign in to comment.