CHANGELOG (456B)
1 # Changelog 2 3 - 2.0.0 (2020-05-21) 4 * Adds an explicit 'tunables' argument to the 'metropolis' transition 5 operator. 6 * Adds a 'chain'' function that can make use of 'chainTunables'. 7 8 - 1.2.0 (2016-12-22) 9 * Add 'chain' function for working with chains in memory. 10 11 - 1.1.0 (2016-12-20) 12 * Generalize base monad requirement to something matching both MonadIO and 13 PrimState. 14 15 - 1.0.4 (2016-12-04) 16 * Add missing dependency bounds. 17 18