Defining changes for v0.5

This commit is contained in:
Nicolás A. Ortega
2016-12-14 15:05:24 +01:00
parent 5bbac132bc
commit c2f0fb0ffd

View File

@ -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.