Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 2bit.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <inttypes.h>
#include <stdio.h>

/*! \mainpage libBigWig
/*! \mainpage lib2bit
*
* \section Introduction
*
Expand Down
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
1.0.0:
- Added support for version 1 (64-bit) files

0.2.2:
- Fixed an error if the length requested is very short (issue #10)

Expand Down
Loading