Add changelog entry for strict psend arguments
This commit is contained in:
parent
ff0962b1d3
commit
c31744d65f
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
- TLS implementation. So far it is an experimental feature.
|
||||||
- Insert using command syntax with mongo server >= 2.6
|
- 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
|
### Removed
|
||||||
- System.IO.Pipeline module
|
- System.IO.Pipeline module
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue