Skip to content

Commit

Permalink
Update date in change log
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed Mar 24, 2015
1 parent 3ebff75 commit 6bf6d4d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Vale
[![Build Status](https://img.shields.io/travis/cocur/vale/master.svg?style=flat)](https://travis-ci.org/cocur/vale)
[![Scrutinizer Code Quality](https://img.shields.io/scrutinizer/g/cocur/vale.svg?style=flat)](https://scrutinizer-ci.com/g/cocur/vale/?branch=master)
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/cocur/vale.svg?style=flat)](https://scrutinizer-ci.com/g/cocur/vale/?branch=master)

Developed by [Florian Eckerstorfer](https://florian.ec) in Vienna, Europe.


Expand Down Expand Up @@ -183,7 +183,7 @@ variants to remove the element from the data structure:
Change Log
----------

### Version 0.2 (21 March 2015)
### Version 0.2 (24 March 2015)

- Add `has()` method to check if key exists
- Add `remove()` method to remove key from item
Expand All @@ -198,7 +198,7 @@ Change Log
Motivation
----------

Vale was largely motivated by the need for a simpler, but faster implementation of the
Vale was largely motivated by the need for a simpler, but faster implementation of the
[Symfony PropertyAccess](http://symfony.com/doc/current/components/property_access/introduction.html) component.
PropertyAccess is great when used in templates or config files, that is, code that is compiled and cached before
being executes. However, the heavy use of string parsing and reflection make PropertyAccess not suitable for code that
Expand All @@ -222,5 +222,5 @@ Vienna, Europe.
License
-------

The MIT license applies to Vale. For the full copyright and license information, please view the
The MIT license applies to Vale. For the full copyright and license information, please view the
[LICENSE](https://github.com/cocur/vale/blob/master/LICENSE) file distributed with this source code.

0 comments on commit 6bf6d4d

Please sign in to comment.