CHANGELOG.mkd in r10k-1.3.4 vs CHANGELOG.mkd in r10k-1.3.5
- old
+ new
@@ -1,14 +1,28 @@
CHANGELOG
=========
+1.3.5
+-----
+
+2014/11/13
+
+### User notes
+
+(GH-212) Force use of json_pure on Ruby 1.8.7
+
+Ruby 1.8.7 does not ship with a JSON library, so r10k has depended on json_pure
+to ensure that there's always a JSON library available. However there is a quirk
+in multi_json in how it probes for JSON implementations and may load the wrong
+gem, which percolates up and breaks the JSON parsing code used when querying for
+forge module versions. To resolve this, json_pure is always used on ruby 1.8.7.
+
1.3.4
-----
2014/09/14
This bugfix release incorporates all fixes added in 1.2.4.
-
1.3.3
-----
2014/09/11