Skip to content

Commit 2ff6ef0

Browse files
committed
v2.0.0
1 parent 69636ce commit 2ff6ef0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

ChangeLog2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
2018-??-?? Shuo Chen <chenshuo@chenshuo.com>
1+
2018-10-24 Shuo Chen <chenshuo@chenshuo.com>
22
* First release of C++11 version of muduo.
3-
* Forked after v1.0.9, e6c04c43 is the base.
3+
* Forked after v1.0.9, e6c04c43 is the base. changes in cpp98 branch are integrated
44
* Replace boost::shared_ptr/boost::weak_ptr with std::shared_ptr/std::weak_ptr.
55
* Replace boost::function/boost::bind with std::function/std::bind/lambda.
66
* Replace boost::ptr_vector<T> with std::vector<std::unique_ptr<T>>.

0 commit comments

Comments
 (0)