diff --git a/legacy/evas/ChangeLog b/legacy/evas/ChangeLog index 1a30a4cef9..05b7c1240e 100644 --- a/legacy/evas/ChangeLog +++ b/legacy/evas/ChangeLog @@ -531,3 +531,8 @@ * Fix build if gcc too old - if immintrin.h doesn't exist, don't enable SSE3. +2011-12-08 Tom Hacohen (TAsn) + + * Textblock markup: Support self closing format tags, i.e
. + You should use
and not
. The latter still works but it's use + is discouraged.