1 /*---------------------------------------------------------------------\
3 | |__ / \ / / . \ . \ |
8 \---------------------------------------------------------------------*/
9 /** \file zypp/Changelog.cc
15 #include "zypp/Changelog.h"
20 { /////////////////////////////////////////////////////////////////
22 /** \relates ChangelogEntry */
23 std::ostream & operator<<( std::ostream & out, const ChangelogEntry & obj )
25 out << obj.date() << " " << obj.author() << endl << obj.text() << endl;
30 /////////////////////////////////////////////////////////////////
32 ///////////////////////////////////////////////////////////////////