File: NEWS.md

package info (click to toggle)
ruby-slow-enumerator-tools 1.1.0-1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 168 kB
  • sloc: ruby: 542; makefile: 3
file content (22 lines) | stat: -rw-r--r-- 271 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# SlowEnumeratorTools news

## 1.1.0 (2017-11-08)

Fixes:

* Handled errors in `.merge` (#3)
* Handled errors in `.batch` (#2)

Features:

* Added `.buffer` (#1)

## 1.0.0 (2017-10-21)

Changes:

* Renamed `.buffer` to `.batch`

## 1.0.0a1 (2017-10-08)

Initial release.