Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergei Voronezhskii committed Aug 24, 2021
1 parent 89f3043 commit 0a54b51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ All notable changes to this project will be documented in this file.
### New
- `crypto.create_encryption_box` function for creating SDK-defined encryption boxes. First supported
algorithm - AES with CBC mode.
- **Debot module**:
- Аdded public `prepare_ext_in_message` function.

### Fixed
- `tvm.run_executor` did not work when SDK is configured to use TONOS SE, because of incomplete default
Expand Down
1 change: 1 addition & 0 deletions packages/lib-react-native-jsi/example63/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {TonClient} from '@tonclient/core';
import {name as appName} from './app.json';
import {libReactNativeJsi} from '@tonclient/lib-react-native-jsi';

// eslint-disable-next-line react-hooks/rules-of-hooks
TonClient.useBinaryLibrary(libReactNativeJsi);

AppRegistry.registerComponent(appName, () => App);

0 comments on commit 0a54b51

Please sign in to comment.