Skip to content

Commit

Permalink
Change changelog.md new line to LF
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenHuajun committed Apr 30, 2020
1 parent d508593 commit c330891
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,21 +24,21 @@
### v0.3.0 (2018-08-23)
- Add roaringbitmap.output_format parameter to control 'bytea' or 'array' output format
- Change roaringbitmap default output format to 'bytea' in order to better support large cardinality bitmaps
- Add `rb_iterate()` function and fix memory leak
- Add `rb_iterate()` function and fix memory leak
- Add `roaringbitmap.output_format` parameter

### v0.2.1 (2018-06-19)
- Upgrade CRoaring to 0.2.49
- Upgrade CRoaring to 0.2.49

### v0.2.0 (2018-06-09)
- Adds support of input/output syntax similar to int array
- Change range type from integer to bigint
- Change range type from integer to bigint
- Add boundary check of range
- Adds `rb_index()`,`rb_fill()`,`rb_clear()`,`rb_range()`,`rb_range_cardinality()`,`rb_jaccard_dist()`,`rb_select()` functions
- Adds Operators
- Adds Operators
- Rename `rb_minimum()` to `rb_min()`
- Rename `rb_maximum()` to `rb_max()`
- Upgrade CRoaring to 0.2.42
- Upgrade CRoaring to 0.2.42

### v0.1.0 (2018-04-07)
- Adds initial regresion test set
Expand Down

0 comments on commit c330891

Please sign in to comment.