summaryrefslogtreecommitdiffstats
path: root/buffered-reader/NEWS
blob: 1f5a5072a63b7c05fbe9d7d6981afecf9b066751 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
                                                              -*- org -*-
#+TITLE: buffered-reader NEWS – history of user-visible changes
#+STARTUP: content hidestars

* Changes in 1.1.1
** Notable changes
   - The generic buffered reader now recycles buffers reducing
     pressure on the heap allocator.

* Changes in 1.1.0
** Notable changes
   - This crate is now licensed under the LGPL 2.0 or later.

* Changes in 1.0.1
** Notable fixes
   - Fixed a crash in Dup::read.

* Changes in 1.0.0

This is the initial stable release.