File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 1.4.0] - 2021-04-09
7
+
8
+ ### API changes list
9
+
10
+ - Add isUnspecified() to indicate if IP parsing failed.
11
+
12
+ - Add exports macro to allow Shared Library with hidden symbols by default.
13
+
14
+ ### Changed
15
+
16
+ - Modify the AsyncFileLogger destructor.
17
+
18
+ ### Fixed
19
+
20
+ - Recycle TimerID in the TimerQueue.
21
+
6
22
## [ 1.3.0] - 2021-03-05
7
23
8
24
### API changes list
@@ -248,7 +264,9 @@ All notable changes to this project will be documented in this file.
248
264
249
265
## [ 1.0.0-rc1] - 2019-06-11
250
266
251
- [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.3.0...HEAD
267
+ [ Unreleased ] : https://github.com/an-tao/trantor/compare/v1.4.0...HEAD
268
+
269
+ [ 1.4.0 ] : https://github.com/an-tao/trantor/compare/v1.3.0...v1.4.0
252
270
253
271
[ 1.3.0 ] : https://github.com/an-tao/trantor/compare/v1.2.0...v1.3.0
254
272
You can’t perform that action at this time.
0 commit comments