浏览代码

Add API stability doc link. (#1672)

* Add API stability doc link.

* Update README.md

Co-Authored-By: nventuro <nicolas.venturo@gmail.com>
Nicolás Venturo 6 年之前
父节点
当前提交
29fa0a4ce5
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -12,6 +12,8 @@
 npm install openzeppelin-solidity
 npm install openzeppelin-solidity
 ```
 ```
 
 
+OpenZeppelin features a stable API, which means your contracts won't break unexpectedly when upgrading to a newer minor version. You can read ṫhe details in our [API Stability](https://forum.zeppelin.solutions/t/api-stability/138) document.
+
 ## Usage
 ## Usage
 
 
 To write your custom contracts, import ours and extend them through inheritance.
 To write your custom contracts, import ours and extend them through inheritance.