diff options
| author | Asai Toshiya <to.asai.60@gmail.com> | 2024-11-28 20:24:01 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-28 08:24:01 -0300 |
| commit | aa2342bd9da9dcef382fbaf4c73060767b3eeab1 (patch) | |
| tree | b399c78d79c9e6041d8dc22e0277dde8e2368cf2 | |
| parent | 3d1a34de9181b233f9d89487f92f573b0d892aee (diff) | |
Update BREAKING.md (#1615)
| -rw-r--r-- | BREAKING.md | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/BREAKING.md b/BREAKING.md index b4bd53d..c7ae2df 100644 --- a/BREAKING.md +++ b/BREAKING.md | |||
| @@ -5,6 +5,11 @@ reverse chronological order. | |||
| 5 | 5 | ||
| 6 | | Date | Commit | NIP | Change | | 6 | | Date | Commit | NIP | Change | |
| 7 | | ----------- | --------- | -------- | ------ | | 7 | | ----------- | --------- | -------- | ------ | |
| 8 | | 2024-11-12 | [2838e3bd](https://github.com/nostr-protocol/nips/commit/2838e3bd) | [NIP-29](29.md) | `kind: 12` and `kind: 10` were removed (use `kind: 1111` instead) | | ||
| 9 | | 2024-11-12 | [926a51e7](https://github.com/nostr-protocol/nips/commit/926a51e7) | [NIP-46](46.md) | NIP-05 login was removed | | ||
| 10 | | 2024-11-12 | [926a51e7](https://github.com/nostr-protocol/nips/commit/926a51e7) | [NIP-46](46.md) | `create_account` method was removed | | ||
| 11 | | 2024-11-12 | [926a51e7](https://github.com/nostr-protocol/nips/commit/926a51e7) | [NIP-46](46.md) | `connect` params and result were changed | | ||
| 12 | | 2024-10-29 | [f1e8d2c4](https://github.com/nostr-protocol/nips/commit/f1e8d2c4) | [NIP-46](46.md) | bunker URL should use `remote-signer-key` | | ||
| 8 | | 2024-10-15 | [1cda2dcc](https://github.com/nostr-protocol/nips/commit/1cda2dcc) | [NIP-71](71.md) | some tags were replaced with `imeta` tag | | 13 | | 2024-10-15 | [1cda2dcc](https://github.com/nostr-protocol/nips/commit/1cda2dcc) | [NIP-71](71.md) | some tags were replaced with `imeta` tag | |
| 9 | | 2024-10-15 | [1cda2dcc](https://github.com/nostr-protocol/nips/commit/1cda2dcc) | [NIP-71](71.md) | `kind: 34237` was dropped | | 14 | | 2024-10-15 | [1cda2dcc](https://github.com/nostr-protocol/nips/commit/1cda2dcc) | [NIP-71](71.md) | `kind: 34237` was dropped | |
| 10 | | 2024-10-07 | [7bb8997b](https://github.com/nostr-protocol/nips/commit/7bb8997b) | [NIP-55](55.md) | some fields and passing data were changed | | 15 | | 2024-10-07 | [7bb8997b](https://github.com/nostr-protocol/nips/commit/7bb8997b) | [NIP-55](55.md) | some fields and passing data were changed | |
| @@ -60,4 +65,3 @@ Breaking changes prior to 2023-03-01 are not yet documented. | |||
| 60 | 65 | ||
| 61 | - If it isn't clear that a change is breaking or not, we list it. | 66 | - If it isn't clear that a change is breaking or not, we list it. |
| 62 | - The date is the date it was merged, not necessarily the date of the commit. | 67 | - The date is the date it was merged, not necessarily the date of the commit. |
| 63 | |||