Skip to content

Commit

Permalink
updated CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nodesocket committed May 15, 2016
1 parent b38bd04 commit ec1b6dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ cat foobar.json | jsonlite set

- Documentation cleanup. No code changes.

## 0.6.0 - *9/26/2015* - thanks [josegonzalez](https://github.com/josegonzalez).
## 0.6.0 - *9/26/2015* (thanks [josegonzalez](https://github.com/josegonzalez))

- You can now define where the data directory path is using the `JSONLITE_PATH` environment variable. It defaults to the existing path, `$PWD/jsonlite.data`.

Expand All @@ -73,7 +73,7 @@ cat foobar.json | jsonlite set

- Changed test from 1,000 to 500 iterations.

## 0.4.1 - *9/22/2015* - thanks [cbgbt](https://github.com/cbgbt)
## 0.4.1 - *9/22/2015* (thanks [cbgbt](https://github.com/cbgbt))

- Support distros where `uuidgen` is lowercase by forcing uppercase. `awk '{print toupper($0)}'`

Expand Down

0 comments on commit ec1b6dd

Please sign in to comment.