Skip to content

Commit

Permalink
Update CHANGELOGs
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Feb 8, 2024
1 parent 21399d9 commit c66f951
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ wasms/
**/*.pem
**/*.rs.bk
pocket-ic*
changelog.md
msg.json
notes.md
notification.did
release_changelog.md
summary.md
temp.did
10 changes: 10 additions & 0 deletions backend/canisters/event_relay/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]

### Added

- Forward anonymised events on to the `event_sink` canister ([#5337](https://github.com/open-chat-labs/open-chat/pull/5337))
4 changes: 4 additions & 0 deletions backend/canisters/online_users/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [unreleased]

### Added

- Push `user_online` events to the `event_relay` canister ([#5337](https://github.com/open-chat-labs/open-chat/pull/5337))

### Changed

- Avoid usages of `make_c2c_call` and use macro instead ([#5252](https://github.com/open-chat-labs/open-chat/pull/5252))
Expand Down

0 comments on commit c66f951

Please sign in to comment.