Skip to content

Commit aef581c

Browse files
committed
Add ChangeLog2
1 parent 65e4dc4 commit aef581c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

ChangeLog2

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
2018-??-?? Shuo Chen <[email protected]>
2+
* First release of C++11 version of muduo.
3+
* Forked after v1.0.9, e6c04c43 is the base.
4+
* Replace boost::shared_ptr/boost::weak_ptr with std::shared_ptr/std::weak_ptr.
5+
* Replace boost::function/boost::bind with std::function/std::bind/lambda.
6+
* Replace boost::ptr_vector<T> with std::vector<std::unique_ptr<T>>.
7+
* Replace boost::noncopyable with muduo::noncopyable.
8+
* Replace boost::scoped_ptr with std::unique_ptr.
9+
* Replace BOOST_STATIC_ASSERT with static_assert.
10+
* Replace boost type_traits with std type_traits.
11+
* Version 2.0.0
12+

0 commit comments

Comments
 (0)