Update changelog

This commit is contained in:
2024-07-21 23:22:35 +02:00
parent eff7a33f96
commit a4329f5f9d
2 changed files with 17 additions and 3 deletions

View File

@@ -9,8 +9,6 @@
#include <cctype> // std::isdigit
#include <algorithm> // std::all_of std::transform
#include <iostream> // TODO remove
class ArffFiles {
const std::string VERSION = "1.1.0";
public:
@@ -202,4 +200,4 @@ private:
}
};
#endif
#endif