Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris00 committed May 29, 2018
1 parent c7bb99f commit d7b4c91
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
0.6 2018-05-29
--------------

- Add a parameter `version` to `Dblib.connect` to be able to choose
the protocol version. Explain how the old protocol versions
do not allow empty strings which will be returned as `' '`.
- Keep the compatibility with FreeTDS version < 0.91.
- Keep int64 as such on the OCaml side (they used to be transformed
into strings).
- Document `Dblib.severity`.
- Make error messages more informative by splicing the binding on a
finer level. A configure script ensures the synchronization with
values defined in the C header files.
- Add tests for `Dblib` and `Ct` (checked by AppVeyor on
Windows/mingw).
- Improve the interface of `Ct.get_messages`.
- Complete the depexts list.

0.5.2 2018-04-15
----------------

Expand Down

0 comments on commit d7b4c91

Please sign in to comment.