Add changelog entry for strict psend arguments

This commit is contained in:
Victor Denisov 2016-06-08 00:19:28 -07:00
parent ff0962b1d3
commit c31744d65f

View file

@ -8,6 +8,10 @@ This project adheres to [Package Versioning Policy](https://wiki.haskell.org/Pac
- TLS implementation. So far it is an experimental feature.
- Insert using command syntax with mongo server >= 2.6
### Changed
- All messages will be strictly evaluated before sending them to mongodb server.
No more closed handles because of bad arguments.
### Removed
- System.IO.Pipeline module