Skip to content

Commit

Permalink
Add changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
seanchen1991 committed Dec 20, 2023
1 parent bce3949 commit 9a9a0e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- `[ibc-core]` Implement custom JSON and Borsh deserialization for `ChainId` ([#996](https://github.com/cosmos/ibc-rs/pull/1013))
2 changes: 1 addition & 1 deletion ibc-core/ics24-host/types/src/identifiers/chain_id.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use crate::validate::{
validate_identifier_chars, validate_identifier_length, validate_prefix_length,
};

use core::fmt::{Debug, Display, Error as FmtError, Formatter};
use core::fmt::{self, Debug, Display, Error as FmtError, Formatter};
use core::str::FromStr;

use ibc_primitives::prelude::*;
Expand Down

0 comments on commit 9a9a0e3

Please sign in to comment.