File: ChangeLog.md

package info (click to toggle)
haskell-mutable-containers 0.3.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: haskell: 888; makefile: 3
file content (55 lines) | stat: -rw-r--r-- 928 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# ChangeLog for mutable-containers

## 0.3.4.1

* Fix test suite compilation [#208](https://github.com/snoyberg/mono-traversable/pull/208)

## 0.3.4

* Switch to gauge

## 0.3.3

* Move into mono-traversable repo

## 0.3.2.1

* Fix benchmark

## 0.3.2

* Export IOPRef, IOSRef, IOBRef [#5](https://github.com/fpco/mutable-containers/pull/5)

## 0.3.1

* Export IOURef [#4](https://github.com/fpco/mutable-containers/pull/4)

## 0.3.0

* Rename `DList` to `DLList` to avoid conflict with difference lists

## 0.2.1.2

* `Deque` optimizations by avoiding modulus operations completely.

## 0.2.1.1

* Fix a bug in `Deque`'s new vector allocation/copy code.

## 0.2.1

* Export `Prim`, `Unbox` and `Storable`
* `SRef` uses `ForeignPtr` directly (slightly more efficient)

## 0.2.0

* Restructure under the Data.Mutable module.

## 0.1.2.0

* Added PRef

## 0.1.1.0

* Added reference benchmark.
* Added boxed deque and references.