From adef22ee10598e4ee47890cf6cb3a780c3ace94c Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Fri, 29 May 2009 14:58:57 +0000 Subject: [PATCH] Release 1.1.24-0 - Make YLifo::emtpy() and YFifo::empty() const - Add YEloopTimerTask::timeLeft() - Add beautified private YStringTree::_dump() method --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGES b/CHANGES index 6b81366c..8925c9f6 100644 --- a/CHANGES +++ b/CHANGES @@ -340,3 +340,9 @@ o added members setFlags(), addFlags(), flags() to YAbstractLoadableObject Version 1.1.23-0 ---------------- o added member _notifierSignal and _sigmask to YAppEloop + +Version 1.1.24-0 +---------------- +o made YLifo::emtpy() and YFifo::empty() const +o added YEloopTimerTask::timeLeft() +o added beautified private YStringTree::_dump() method