Skip to content

Commit 26b2e53

Browse files
authored
Bump version to 1.2.0 (#113)
1 parent 5b317c9 commit 26b2e53

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

ChangeLog.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file.
33

44
## [Unreleased]
55

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+
626
## [1.1.1] - 2020-12-12
727

828
### Changed
@@ -212,7 +232,9 @@ All notable changes to this project will be documented in this file.
212232

213233
## [1.0.0-rc1] - 2019-06-11
214234

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
216238

217239
[1.1.1]: https://github.com/an-tao/trantor/compare/v1.1.0...v1.1.1
218240

0 commit comments

Comments
 (0)