PVP version bump 0.7.0

This commit is contained in:
ekmett 2010-06-27 16:47:02 -07:00
parent d1d8533ab0
commit f259a600a4

View File

@ -1,5 +1,5 @@
name: speculation
version: 0.6.1
version: 0.7.0
license: BSD3
license-file: LICENSE
author: Edward A. Kmett
@ -42,13 +42,14 @@ description:
.
'specSTM' provides a similar time table for STM actions, but also rolls back side-effects.
.
/Changes in 0.6.1:/
/Changes in 0.7.0:/
.
* Changed @'throw' 'SpeculationException'@ to 'retry'
* Removed 'SpeculationException'
.
/Changes in 0.6.0:/
.
* Upgraded the comparisons used by the STM combinators to STM actions, so they can check other STM state.
* Upgraded the comparisons used by the STM combinators to STM actions, so they can check other STM state
.
/Changes in 0.5.1:/
.