Latest changes

- Fix unit test regression: enable them correctly in cmake.
- Simplify connection has interface
This commit is contained in:
Dmitri Tikhonov 2018-02-28 14:25:21 -05:00
parent bfc7bfd842
commit 7fbe101b9c
7 changed files with 27 additions and 36 deletions

View file

@ -1,3 +1,7 @@
2018-02-28
- Fix unit test regression: enable them correctly in cmake.
- Simplify connection has interface
2018-02-26
- [API Change] lsquic_engine_connect() returns pointer to the connection
object.