Skip to content

Commit

Permalink
Merge pull request #91 from holochain/update-to-holochain-0.4.0-dev.11
Browse files Browse the repository at this point in the history
Update to Holochain 0.4.0-dev.11
  • Loading branch information
ThetaSinner authored Jul 4, 2024
2 parents b634d6c + addfea4 commit 05b99c9
Show file tree
Hide file tree
Showing 4 changed files with 893 additions and 1,044 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Added
### Changed
- The `ClientAgentSigner` function `add_credentials` no longer takes `self` as mutable. This wasn't required by the
function implementation.

### Fixed
### Removed

## 2024-07-04: v0.6.0-dev.2
### Changed
- The `ClientAgentSigner` function `add_credentials` no longer takes `self` as mutable. This wasn't required by the
function implementation.
- Updated to use Holochain 0.4.0-dev.11, which includes updates to several dependencies. Namely `holochain_serialized_bytes`
has been updated to 0.0.55 which will force you to update your dependencies if you depend on other Holochain crates.

## 2024-06-10: v0.6.0-dev.1
### Added
- New call `AppRequest::ProvideMemproofs`. An app can be installed with deferred membrane proofs, which can later be provided through this call.
Expand Down
Loading

0 comments on commit 05b99c9

Please sign in to comment.