Skip to content

Commit

Permalink
docs(changelog): 为v1.1.3收束
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4o5 committed Nov 6, 2020
1 parent dcf5e1b commit b596a82
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
## [v1.1.3] - 2020/11/06
这是一个常规的稳定性更新,没有不向后兼容的变更和新特性
> 近期原则上没有其他版本的更新计划
### 要点速览
* 主要修复了一个 **`php5.5` 之前** 版本 **生成摘要值错误** 的问题
* 当前 1.x 版本号不再保证 PHP 高版本的兼容性,高版本推荐使用 *openssl* 扩展
* 完善的单元测试和 ci 的可用性
* 更新了示例文件
* 更新了协议
* 增加了 Readme 中的徽标

### 更新记录
#### 新增
* 新增了用于单元测试的脚本
* 添加了 docs/ 目录
#### 变更
* 更新了自动构建的逻辑,现在自动构建的产物会直接提交到 pre-build 分支,用于版本发布时的文件预构建
* 更新了主方法参数的校验逻辑
* 更新了 `sm3()` 主方法的测试用例
* 更新了依赖版本
* 修改了
#### 废弃
* 介于 `phpunit` 的兼容性,不再保证 php7.2+ 版本的兼容,1.x版本今后只作为低版本的兼容,
#### 移除
*
#### 修复
* [#10](https://github.com/DongyunLee/SM3-PHP/issues/10#issue-679491315)
php 5.5 版本 `unpack()` 参数变更未做兼容导致 **之前版本生成的摘要值错误** 的问题
#### 其他
* 更新了示例中的文档
* 更新了示例中的依赖版本
* 修复文档中格式错乱的问题
* 更新了协议

## [v1.1.2] - 2020/07/06

#### 新增
Expand Down

0 comments on commit b596a82

Please sign in to comment.