aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCalvin Morrison <mutantturkey@gmail.com>2013-06-11 16:51:07 -0400
committerCalvin Morrison <mutantturkey@gmail.com>2013-06-11 16:51:07 -0400
commitf7b193980410efc34ca356415e72e0e4b55e349a (patch)
treeb19391ae01196378f1c551ef8bf274b036bdd453
parentdf66f0941ea9be4a9c7ca2918de3d452a064739e (diff)
updated 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