Skip to content

Commit

Permalink
Merge pull request #76 from holochain/0.3-remove-mut-self
Browse files Browse the repository at this point in the history
0.3 remove mut self
  • Loading branch information
ThetaSinner authored May 27, 2024
2 parents ac4b5aa + df19cea commit f064d89
Show file tree
Hide file tree
Showing 10 changed files with 191 additions and 186 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Fixed
### Removed

## 2024-05-27: v0.5.0-rc.2

### Changed
- Remove unnecessary use of `&mut self` in the app and admin clients. These used to be needed when the internal `send` mutated
state, but it no longer does that so we can drop the requirement for the clients to be mutable.

## 2024-05-22: v0.5.0-rc.1
### Changed
- Backport Conductor API serialization fix.
Expand Down
Loading

0 comments on commit f064d89

Please sign in to comment.