Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chenshuo committed Oct 25, 2018
1 parent 69636ce commit 2ff6ef0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ChangeLog2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
2018-??-?? Shuo Chen <[email protected]>
2018-10-24 Shuo Chen <[email protected]>
* 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<T> with std::vector<std::unique_ptr<T>>.
Expand Down

0 comments on commit 2ff6ef0

Please sign in to comment.