summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 456c5108d..8eb068dc3 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -111,4 +111,5 @@
and command can be executed numerous times. Add a new verify command
that will write to a register, read from register, and verify that
returned value.
- * apps/graphics/tiff: Add a library that can be used to create TIFF files. \ No newline at end of file
+ * apps/graphics/tiff: Add a library that can be used to create TIFF files.
+ * apps/examples/tiff: Add a unit test for the TIFF file creation logic