diff --git a/doc/CHANGELOG b/doc/CHANGELOG index 916a8e2bd..a39388356 100644 --- a/doc/CHANGELOG +++ b/doc/CHANGELOG @@ -1,13 +1,15 @@ This changelog concerns the algorithmic part (C++) of Vidjil. -2017-08-XX The Vidjil Team +2017-09-08 The Vidjil Team * New BAM input parser, refactored input parsers (core/bioreader.cpp, core/bam.cpp) #2016 * Streamlined seed options (-m, -k, -s), overriding -g presets (vidjil.cpp, core/germlines.cpp) #1673 #2156 * New and updated unit and functional tests #2016 #2552 * Faster tests (tests/Makefile, tests/*) #2254 * Bug closed (halting when a representative is too short) #2224 * Documented dependencies and libraries (lib/info.txt) + * Updated help, correcting -h documentation on -u/-uu/-uuu options + * Moved continuous integration to Gitlab CI (.gitlab-ci.yml) 2017-03-14 The Vidjil Team * Better support for germlines from several species (germlines/*.g) #1987 #2132