aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorCalvin <calvin@EESI>2013-06-11 10:24:46 -0400
committerCalvin <calvin@EESI>2013-06-11 10:24:46 -0400
commit9aafbe618e8ba48c8afbed30497b2ad7e3378b8a (patch)
tree72b3dd9aed689a01d1a24bb5705f823adb38cfef /CHANGELOG
parenta07e692d4ea69466a26c5cbdb3176046b71d761e (diff)
use longs instead of ints, fix a mistake in the --help
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index d8d3b79..002b265 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -8,9 +8,10 @@ May 16th 2013, 1.0.1 Released
May 20th 2013, 1.0.2 Released
- correted usage strings
- install manpages globally (to {PREFIX}/share/man/man1)
-- added native gzip decoding for quikr and multifasta_to_otu
Current Development Branch
- Licensing files and documentation added
- Removed unused code from the NBC project
- Fixed a overflow bug in quikr_train
+- added native gzip decoding for quikr and multifasta_to_otu
+- documentation fixes