From 0b77f07d25ca61ec6d10080fa75152ecb4b0a7d3 Mon Sep 17 00:00:00 2001 From: owentou Date: Mon, 7 Dec 2020 16:50:25 +0800 Subject: [PATCH] Add change log for 1.3.3 --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1453a713..7aeeab0d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ HISTORY ---------------- +### 1.3.3 + +1. [BOOST] Merge boost.context 1.74.0(Support The 32-bit Solaris C language data model, called ILP32). +2. [FIX] Fix mixed some headers with [atframe_utils][1] . +3. [OPTIMIZE] Some optimizations for benchmark codes. +4. [FIX] Fix multi-thread counter of unit test. +5. [OPTIMIZE] Support cpack to generate rpm or deb package. +6. [FIX] Fix c++20 coroutine flags when reimport CompilerOption.cmake. + ### 1.3.2 1. [FIX] [#16](https://github.com/owt5008137/libcopp/issues/16) : document of ```LIBCOPP_DISABLE_ATOMIC_LOCK``` and ```LIBCOPP_DISABLE_THIS_MT``` . @@ -124,3 +133,5 @@ HISTORY ### 2014-07-25 v0.1.0 + +[1]: https://github.com/atframework/atframe_utils