We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e93a16 commit 5e15f64Copy full SHA for 5e15f64
CHANGELOG.md
@@ -3,7 +3,7 @@ CHANGELOG
3
4
## 0.4.1 - *9/22/2015*
5
6
-- Support systems where uuidgen creates lowercase UUIDs
+- Support distros where `uuidgen` is lowercase by forcing uppercase. `awk '{print toupper($0)}'` Thanks [cbgbt](https://github.com/cbgbt).
7
8
## 0.4.0 - *9/22/2015*
9
README.md
@@ -72,7 +72,7 @@ Are you sure you want to drop '/jsonlite.data' (y/n)? y
72
73
````
74
➜ jsonlite version
75
-0.4.0
+0.4.1
76
77
78
## Changelog
0 commit comments