0.13
- bugfix: Yandex::HashUtils now correctly handles blessed hashrefs

0.12
- added function weighted_xshuffle

0.11
 - added function as_array

0.10
- weighted_shuffle make random shuffle for elements with weight 0

0.09
- added hash_kv_map function

0.08
- added enumerate_iter function

0.07
- added nsort functin (numeric sort)

0.06
- added unit-tests for Yandex::HashUtils functions:
  hash_cut, hash_diff, hash_grep, hash_kgrep, hash_kmap, hash_map, hash_merge
- added unit-test for Yandex::ListUtils::range function

0.05
- added Yandex::ListUtils::xflatten function

0.04
- added Yandex::ListUtils::chunks function

0.03
- hash_cut and hash_copy now can take arrayrefs of keys
  i.e. hash_cut($dst, $src, [key1, key2], key3)

0.02
specified dependencies

0.01
Copied from Direct
