aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 002b265..f78483e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -15,3 +15,5 @@ Current Development Branch
- Fixed a overflow bug in quikr_train
- added native gzip decoding for quikr and multifasta_to_otu
- documentation fixes
+- use int64_t for NNLS to avoid overflow issues
+- use long for multifasta/quikr to avoid overflow issues