CHANGES.md in pork-1.0.2 vs CHANGES.md in pork-1.0.3

- old
+ new

@@ -1,6 +1,11 @@ # CHANGES +## Pork 1.0.3 -- 2014-12-26 + +* Fix `Kernel#should` compatibility for JRuby 1.7.18- and Ruby 2.2.0 by + never assuming ThreadGroup#list would preserve the order. + ## Pork 1.0.2 -- 2014-12-09 * Hash difference is much improved. Now it uses `/` to separate keys, and use quotes for string keys and colons for symbol keys, so that we won't be confused when comparing string hashes and symbol hashes.