From fffcc4682a7f155f4a908eb6422ecb7aa64bd774 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 Apr 2015 09:46:39 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 5f83d6afe..b4a319875 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1240,3 +1240,5 @@ * apps/examples/: More renaming: up_lcdinitialize->board_lcd_initialize, up_lcdgetdev->board_lcd_getdev, up_lcduninitialize->board_lcd_uninitialize (2015-04-04). + * apps/examples/nxlines/: Add the new 'capped' parameter to nx_drawline() + calls (2015-04-05).