Skip to content

Commit

Permalink
Update CHANGELOG with new release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
damienalexandre committed Jul 13, 2015
1 parent b42243c commit a6bd9bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ CHANGELOG

### ??? ###

### 0.2.0 (2015-07-13) ###

* new NoSpaceBeforeComma fixer, cleaning badly placed spaces close to commas
* add NoBreakSpace inside french quotes automatically

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Installation
Requirements are handled by Composer (libxml and mbstring are required).

```
composer require jolicode/jolitypo "~0.1.4"
composer require jolicode/jolitypo "~0.2.0"
```

*Usage outside composer is also possible, just add the `src/` directory to any PSR-0 compatible autoloader.*
Expand Down

0 comments on commit a6bd9bb

Please sign in to comment.