Skip to content

Commit 983c34c

Browse files
committed
Updated changlog
1 parent ac242c2 commit 983c34c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.0.0
2+
3+
**BREAKING CHANGES**
4+
- Changed internal 64-bit int storage to 32-bit ints to be able to run in browsers.
5+
- `asUint32Iterable` instead of `asUint64Iterable`
6+
17
## 1.2.0
28

39
- Counter multiplication can be done with `operator *`.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: bit_array
22
description: >
33
A bit array (also known as BitMap, BitSet, BitString, or BitVector)
44
is an array data structure that compactly stores bits.
5-
version: 1.2.0
5+
version: 2.0.0
66
homepage: https://github.com/isoos/bit_array
77
author: Istvan Soos <istvan.soos@gmail.com>
88

0 commit comments

Comments
 (0)