From 83a7b0e4dd2a0933780f52a051ee492133759633 Mon Sep 17 00:00:00 2001 From: johnoel Date: Thu, 9 Jul 2020 16:43:43 -1000 Subject: [PATCH] Format. --- CHANGES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)