From e6d861d30efe3b453f57187309e5f379e0efd2a4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 23 Jan 2015 17:17:19 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac0fafae5f3..aaa472c848d 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9500,3 +9500,7 @@ * arch/arm/src/efm32/efm32_rmu.c and .h: Add support for the EFM32 reset management unit (RMU). From Pierre-noel Bouteville (2015-01-23). + * include/nuttx/math.h: Adds support for the expm1 functions: + http://pubs.opengroup.org/onlinepubs/009695399/functions/expm1.html. + From Brennan Ashton (2015-01-23). +