upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMichael Dilger <mike@mikedilger.com>2024-02-16 14:15:32 +1300
committerGitHub <noreply@github.com>2024-02-15 22:15:32 -0300
commit62c48eff58d6dd4d2b0a817bbb36cd75087f0ae3 (patch)
treef4c9b4c696d2bdef45a1e0774156fa7dc298e7f5 /README.md
parentcbec02ab52ffb062f7b7712e0ed6ec524cfe0b6a (diff)
Breaking changes list (#1052)
* Start of new BREAKING.md changes list * more * Make NIP column into links * notes * Make commits links * Remove optional P tag entry, was not breaking * Update BREAKING with nip-49 breaking change
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index caecc01..b9ca8aa 100644
--- a/README.md
+++ b/README.md
@@ -15,6 +15,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
15- [Criteria for acceptance of NIPs](#criteria-for-acceptance-of-nips) 15- [Criteria for acceptance of NIPs](#criteria-for-acceptance-of-nips)
16- [Is this repository a centralizing factor?](#is-this-repository-a-centralizing-factor) 16- [Is this repository a centralizing factor?](#is-this-repository-a-centralizing-factor)
17- [How this repository works](#how-this-repository-works) 17- [How this repository works](#how-this-repository-works)
18- [Breaking Changes](#breaking-changes)
18- [License](#license) 19- [License](#license)
19 20
20--- 21---
@@ -261,6 +262,10 @@ Standards may emerge in two ways: the first way is that someone starts doing som
261 262
262These two ways of standardizing things are supported by this repository. Although the second is preferred, an effort will be made to codify standards emerged outside this repository into NIPs that can be later referenced and easily understood and implemented by others -- but obviously as in any human system discretion may be applied when standards are considered harmful. 263These two ways of standardizing things are supported by this repository. Although the second is preferred, an effort will be made to codify standards emerged outside this repository into NIPs that can be later referenced and easily understood and implemented by others -- but obviously as in any human system discretion may be applied when standards are considered harmful.
263 264
265## Breaking Changes
266
267[Breaking Changes](BREAKING.md)
268
264## License 269## License
265 270
266All NIPs are public domain. 271All NIPs are public domain.