File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.2.0] - 2021-01-16
7
+
8
+ ### API changes list
9
+
10
+ - Add LOG_IF and DLOG like glog lib.
11
+
12
+ ### Changed
13
+
14
+ - Enable github actions.
15
+
16
+ - Add support for VS2019.
17
+
18
+ - Modify the LockFreeQueue.
19
+
20
+ ### Fixed
21
+
22
+ - Fix MinGW error with inet_ntop and inet_pton.
23
+
24
+ - Fix a macro regression when using MSVC.
25
+
6
26
## [ 1.1.1] - 2020-12-12
7
27
8
28
### Changed
@@ -212,7 +232,9 @@ All notable changes to this project will be documented in this file.
212
232
213
233
## [ 1.0.0-rc1] - 2019-06-11
214
234
215
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.1.1...HEAD
235
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.2.0...HEAD
236
+
237
+ [ 1.2.0 ] : https://github.com/an-tao/trantor/compare/v1.1.1...v1.2.0
216
238
217
239
[ 1.1.1 ] : https://github.com/an-tao/trantor/compare/v1.1.0...v1.1.1
218
240
You can’t perform that action at this time.
0 commit comments