Added entry for v0.2.1 (which I had previously forgotten).

This commit is contained in:
Nicolás A. Ortega 2016-12-10 14:54:12 +01:00
parent 66c0a5d027
commit f1fd758bfc
No known key found for this signature in database
GPG Key ID: 614272579C2070D1

View File

@ -9,3 +9,6 @@ Change Log
- Switch to C.
- Uses GNU Multiple Precision library (GMP) to hold prime numbers, allowing for 'infinite' size.
- Add `likely()' and `unlikely()' macros to optimize.
- v0.2.1: Memory Leak Fixes
- Fixed a major memory leak at the end of the program.
- Added more optimizers