aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2018-04-24 20:42:53 -0400
committerDavid Benjamin <davidben@google.com>2018-04-28 00:04:41 +0000
commit6ae7ddb755936839e9e23af0231fb249cb09912c (patch)
tree6fdf15bec24c26e7117f4ede78eca03e757094a9 /README.md
parent8370fb6b416d8177f9775347440925b831fcce69 (diff)
downloadboringssl-6ae7ddb755936839e9e23af0231fb249cb09912c.zip
boringssl-6ae7ddb755936839e9e23af0231fb249cb09912c.tar.gz
boringssl-6ae7ddb755936839e9e23af0231fb249cb09912c.tar.bz2
Add some notes on how to handle breaking changes.
Change-Id: I55428636dbed0543dd772d74fe256f5d092e55fe Reviewed-on: https://boringssl-review.googlesource.com/27704 Commit-Queue: David Benjamin <davidben@google.com> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index b28e721..4595e8e 100644
--- a/README.md
+++ b/README.md
@@ -31,3 +31,4 @@ There are other files in this directory which might be helpful:
* include/openssl: public headers with API documentation in comments. Also [available online](https://commondatastorage.googleapis.com/chromium-boringssl-docs/headers.html).
* [FUZZING.md](/FUZZING.md): information about fuzzing BoringSSL.
* [CONTRIBUTING.md](/CONTRIBUTING.md): how to contribute to BoringSSL.
+ * [BREAKING-CHANGES.md](/BREAKING-CHANGES.md): notes on potentially-breaking changes.