You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
6
6
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
7
7
8
+
## [Unreleased] (1.8.21.2)
9
+
### Fixed
10
+
- The main package **tdlib.native** now depends on the following platform packages:
11
+
-**tdlib.native.linux-x64** (Ubuntu 22.04),
12
+
-**tdlib.native.osx-arm64** (macOS AArch64),
13
+
-**tdlib.native.osx-x64** (macOS x86-64),
14
+
-**tdlib.native.win-x64** (Windows x86-64).
15
+
8
16
## [1.8.21.1] - 2024-05-26 [YANKED]
9
-
**Note** that this version has been unlisted from nuget.org because the main package **tdlib.native** was prepared incorrectly: its dependencies on the smaller packages weren't set.
17
+
**Note** that this version has been unlisted from nuget.org because the main package **tdlib.native** was prepared incorrectly: its dependencies on the platform packages weren't set.
10
18
11
19
### Changed
12
20
-**(Breaking change!)** The main package is now built on Ubuntu 22.04 and requires OpenSSL v3. The package for Ubuntu 20.04 (the previous default) is now available separately as `tdlib.native.ubuntu-20.04-x64`.
0 commit comments