diff options
author | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
---|---|---|
committer | David Walter Seikel | 2012-01-23 23:30:42 +1000 |
commit | 825a3d837a33f226c879cd02ad15c3fba57e8b2c (patch) | |
tree | 75f57bd9c4253508d338dc79ba8e57a7abc42255 /libraries/eet/NEWS | |
parent | Add ability to disable the test harness, or the Lua compile test. (diff) | |
download | SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.zip SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.gz SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.bz2 SledjHamr-825a3d837a33f226c879cd02ad15c3fba57e8b2c.tar.xz |
Update the EFL to what I'm actually using, coz I'm using some stuff not yet released.
Diffstat (limited to 'libraries/eet/NEWS')
-rw-r--r-- | libraries/eet/NEWS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libraries/eet/NEWS b/libraries/eet/NEWS index 43118b0..cccda15 100644 --- a/libraries/eet/NEWS +++ b/libraries/eet/NEWS | |||
@@ -1,3 +1,15 @@ | |||
1 | Eet 1.6.0 | ||
2 | |||
3 | Changes since Eet 1.5.0: | ||
4 | -------------------------- | ||
5 | |||
6 | Additions: | ||
7 | * eet_file_get to return filenames of Eet_Files | ||
8 | |||
9 | Improvements: | ||
10 | |||
11 | * most allocations moved to mempools | ||
12 | |||
1 | Eet 1.5.0 | 13 | Eet 1.5.0 |
2 | 14 | ||
3 | Changes since Eet 1.4.0: | 15 | Changes since Eet 1.4.0: |