diff --git a/CHANGES.md b/CHANGES.md index 50612ea07..1b9371dd1 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,8 +44,8 @@ ADMB-12.2 * Function sqr should compute the square of a variable not the square root. [See Issue #129](https://github.com/admb-project/admb/issues/129) * Add batch file create-admb-command-prompt.bat to create shortcut with full instead of relative path. [See Issue #135](https://github.com/admb-project/admb/issues/135) * Able to use FINAL_SECTION without REPORT_SECTION. [See Issue #133](https://github.com/admb-project/admb/issues/133) -* Fixed core dump when deallocating already freed memory from xpools. [See Issue #138](https://github.com/admb-project/admb/issues/138) - __Note: USE_VECTOR_SHAPE_POOL for memory pool is now disabled by default.__ +* Fixed core dump when deallocating already freed memory from xpools. [See Issue #138](https://github.com/admb-project/admb/issues/138) + *Note: USE_VECTOR_SHAPE_POOL for memory pool is now disabled by default.* * Support adstring_array in DATA_SECTION. [See Issue #143](https://github.com/admb-project/admb/issues/143) * Applied fixes from @yukio-takeuchi. * [Issue #122](https://github.com/admb-project/admb/issues/122)