pinboard-0.9.2: changelog.md
__v0.9.2__
Make data fields strict
__v0.9.1__
rename field: postToread -> postToRead
__v0.9.0__
refactored Client.hs to simplify parameters
promote types under .Client subtree to top-level
__v0.8.5__
replace Pinboard stack with PinboardT transfomer (use mtl style constraints instead of a fixed monad transformer stack)
__v0.7.5__
replacing/removing io-streams in favor of http-client
__v0.6.5__
compatability with both time < 1.5 and time >= 1.5
__v0.6.4__
add ability to update a post directly from a Post record (save an existing post)
__v0.6.3__
add ToJson instances
add pretty print function