diff --git a/ChangeLog b/ChangeLog index 0f76466..4d4f126 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,17 @@ +=================== +XXXX-XX-XX v1.21.0 +=================== + +BREAKS: + * systray.pxi do not work anymore as the widget has been removed from efl. + (commented in efl/elementary/__init__.pyx) + TODO FIXME... we still need to decide what to do with this breakage, + maybe an empty api with just a break notice? in this way apps using + systray will still run (not crash) + + + =================== 2017-05-06 v1.20.0 =================== diff --git a/efl/elementary/__init__.pyx b/efl/elementary/__init__.pyx index e99156e..e573812 100644 --- a/efl/elementary/__init__.pyx +++ b/efl/elementary/__init__.pyx @@ -1285,7 +1285,7 @@ include "slider.pxi" include "slideshow.pxi" include "spinner.pxi" #include "store.pxi" -include "systray.pxi" +# include "systray.pxi" include "table.pxi" include "theme.pxi" include "thumb.pxi"