Update History.md

This commit is contained in:
Connor Prussin 2018-07-08 16:29:56 -07:00
parent 12a6f36303
commit 85bb5df5ae
No known key found for this signature in database
GPG Key ID: C72452E036D53A6A

View File

@ -1,3 +1,12 @@
unreleased
==========
- Add support for PureScript 0.12 (thanks @akheron)
- Upgrade all dependencies (thanks @akheron)
- Use Effect instead of Eff (thanks @akheron)
- Use Foreign.Object instead of StrMap (thanks @akheron)
- Use Effect.Ref instead of Control.Monad.ST (thanks @akheron)
- Drop SecureServerM, it's the same as ServerM now (thanks @akheron)
0.6.0 / 2018-02-08
==================
- Rename `serve'` to `serveSecure`, add `serve'` and `serveSecure'`.