Skip to content

Commit

Permalink
docs: fix name of folder for LSP23
Browse files Browse the repository at this point in the history
  • Loading branch information
CJ42 committed Sep 11, 2023
1 parent ab97d60 commit 681c2f7
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ All notable changes to this project will be documented in this file. See [standa

- Change event name in LSP6 from `VerifiedCall` to `PermissionsVerified`. ([#673](https://github.com/lukso-network/lsp-smart-contracts/pull/673))

- Rename LSP23 to `LSP23LinkedContractsFactory`. ([#675](https://github.com/lukso-network/lsp-smart-contracts/pull/675))
- Rename LSP23 to `LSP23LinkedContractsDeployment`. ([#675](https://github.com/lukso-network/lsp-smart-contracts/pull/675))

- Change LSP6 interfaceId from `0x38bb3cdb` to `0x66918867`. ([#696](https://github.com/lukso-network/lsp-smart-contracts/pull/696))

Expand All @@ -38,7 +38,7 @@ All notable changes to this project will be documented in this file. See [standa

- Change visibility of `_reentrancyStatus` state variable from `private` to `internal` in `LSP6KeyManagerCore` ([#651](https://github.com/lukso-network/lsp-smart-contracts/pull/651))

- Create implementation of `LSP23LinkedContractsFactory` ([#658](https://github.com/lukso-network/lsp-smart-contracts/pull/658))
- Create implementation of `LSP23LinkedContractsDeployment` ([#658](https://github.com/lukso-network/lsp-smart-contracts/pull/658))

- Add external call (= hook) to LSP1 in LSP14 `renounceOwnership` function ([#663](https://github.com/lukso-network/lsp-smart-contracts/pull/663))

Expand Down

0 comments on commit 681c2f7

Please sign in to comment.