summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorChunEon Park <hermet@hermet.pe.kr>2013-10-04 01:58:35 +0900
committerChunEon Park <hermet@hermet.pe.kr>2013-10-04 01:58:35 +0900
commit18be4c50d9990c82ed9ce4269b7820e61f772699 (patch)
treeb526ecde86529367c6710c5b8da14302602f5b09 /ChangeLog
parent44988e4798552cd97d14c8fc87959d1442a612b9 (diff)
downloadefl-18be4c50d9990c82ed9ce4269b7820e61f772699.tar.gz
eina/eina_file - fix eina_file_map_lines() to not drop of one character in the last line.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2444fdb920..cb4ea4ee4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-04 ChunEon Park (Hermet)
+
+ * Eina: fix eina_file_map_lines() to not drop of one character in the last line.
+
2013-10-02 Cedric Bail
* Eina: add eina_swap16(), eina_swap32(), eina_swap64().