|
| 1 | +===== 4.2.0 (2019-03-25) ===== |
| 2 | + |
| 3 | +====== Additions ====== |
| 4 | + |
| 5 | + * Lwt.both (#668, Brendan Long, Jeremy Yallop). |
| 6 | + * ppx_let support with open Lwt.Infix (#667, Brendan Long). |
| 7 | + * Lwt_stream.of_seq (#646, Hezekiah Carty). |
| 8 | + * Lwt_io.is_closed (#635, Andreas Garnaes). |
| 9 | + * Lwt_unix.IO_vectors.byte_count (#645, Raphaël Proust). |
| 10 | + * Support for higher baud rates in Lwt_unix.tcgetattr and Lwt_unix.tcsetattr |
| 11 | + (#678, Frédéric Fortier). |
| 12 | + * Replacement functions in Lwt_main for deprecated functions based on |
| 13 | + Lwt_sequence (#660). |
| 14 | + |
| 15 | +====== Bugs fixed ====== |
| 16 | + |
| 17 | + * 4.08 compatibility (#658). |
| 18 | + * Stack overflow in Lwt_stream.iter_p (#432, Varun Kohli). |
| 19 | + * Incorrect bounds check in Lwt_bytes.mincore (#627, Cédric Le Moigne). |
| 20 | + * Lwt_bytes.mincore will not be available in future releases of OpenBSD (#663, |
| 21 | + Kenneth Westerback). |
| 22 | + * Missing header in the Android build (#652, Justus Matthiesen). |
| 23 | + * Build broken on MSVC (98303de, 85535f7, Dmitry Bely). |
| 24 | + * Build broken on OpenBSD (#672, Christopher Zimmermann). |
| 25 | + * Lwt_io.of_bytes produces a channel with inaccurate positions (#636, Nathan |
| 26 | + Rebours). |
| 27 | + * Lwt_io._.read_int behaves incorrectly on 32-bit systems (#671, reported |
| 28 | + Dmitry Bely). |
| 29 | + * Inaccurate locations for errors related to ;%lwt (#602, @kandu). |
| 30 | + * (_ : t) not recognized as a catch-all pattern by the PPX (#640, Florian |
| 31 | + Angeletti). |
| 32 | + * Race condition in Lwt_react.E.limit (#606, Avni Fatehpuria). |
| 33 | + * Premature deallocation in Lwt_react.E.with_finaliser and |
| 34 | + Lwt_react.S.with_finaliser (#626, El-Hassan Wanas). |
| 35 | + |
| 36 | +====== Miscellaneous ====== |
| 37 | + |
| 38 | + * New tests for Lwt_bytes, portions of Lwt_unix (#619, #621, #628, #630, #673, |
| 39 | + Cédric Le Moigne, Anurag Soni). |
| 40 | + * Test suite improvements (#656, Dave Parfitt). |
| 41 | + * Clarifications for documentation of Lwt.try_bind, Lwt.pick (#648, #650, |
| 42 | + Bikal Lem). |
| 43 | + * Fixed documentation of Lwt_io.read_line (#657, Yoni Levy). |
| 44 | + * Fixed some typos (#611, #613, Rich Neswold). |
| 45 | + |
1 | 46 | ===== 4.1.0 (2018-06-26) =====
|
2 | 47 |
|
3 | 48 | ====== Additions ======
|
|
0 commit comments