Skip to content

Commit deaa6d6

Browse files
committed
Prepare for release, version bump and changelog
1 parent 5010348 commit deaa6d6

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Changes in version 0.6.1.0
2+
3+
* Use more appropriate types in internal memset functions, which prevents
4+
overflows/segfaults on 64-bit systems.
5+
6+
* Fixed a warning on GHC 7.10
7+
8+
* Worked around a -dcore-lint bug in GHC 7.6/7.7
9+
110
## Changes in version 0.6
211

312
* Split PrimMonad into two classes to allow automatic lifting of primitive

primitive.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: primitive
2-
Version: 0.6
2+
Version: 0.6.1.0
33
License: BSD3
44
License-File: LICENSE
55

0 commit comments

Comments
 (0)