Fix bug with NewSessionTicket and non-blocking I/O
diff --git a/ChangeLog b/ChangeLog
index f2c42ee..39d0c6b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -36,6 +36,8 @@
    * Fixed bug in ssl_cache: when max_entries = 0 and TIMING_C is enabled,
      entries would still be created.
    * Fixed bug in m_sleep: whould sleep twice too long on most Unix platforms.
+   * Fixed bug with session tickets and non-blocking I/O in the unlikely case
+   send() would return an EAGAIN error when sending the ticket.
 
 = PolarSSL 1.3.4 released on 2014-01-27
 Features