diff --git a/CHANGELOG b/CHANGELOG index 1408668..d23740e 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -19,3 +19,6 @@ Change Log - v0.4: Fixed Algorithm - Fixed algorithm to actually calculate primes. - Added extra C99 optimizations. +- v0.5: Minor Changes + - Use `size_t' instead of `unsigned long long int'. + - Minor optimizations to the algorithm.