diff --git a/ChangeLog2 b/ChangeLog2 index cd943d848..0b69e99e5 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,6 +1,6 @@ -2018-??-?? Shuo Chen +2018-10-24 Shuo Chen * First release of C++11 version of muduo. - * Forked after v1.0.9, e6c04c43 is the base. + * Forked after v1.0.9, e6c04c43 is the base. changes in cpp98 branch are integrated * Replace boost::shared_ptr/boost::weak_ptr with std::shared_ptr/std::weak_ptr. * Replace boost::function/boost::bind with std::function/std::bind/lambda. * Replace boost::ptr_vector with std::vector>.