Skip to content

Commit 65007d9

Browse files
committed
Update docs for release
1 parent 0c1033f commit 65007d9

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/ChangeLog.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# Change Log for CI PHPUnit Test
22

3-
## v0.10.1 (Not Released)
3+
## v0.10.1 (2015/12/31)
44

55
### Fixed
66

77
* Fix bug that global variables for core classes are null. See [#75](https://github.com/kenjis/ci-phpunit-test/issues/75).
88
* Fix bug that can't use constant in `config.php`. See [#78](https://github.com/kenjis/ci-phpunit-test/issues/78).
99
* Fix bug that can't autoload library with alternative library name. See [#79](https://github.com/kenjis/ci-phpunit-test/pull/79).
10+
* Fix bug that *Function Patcher* on `openssl_random_pseudo_bytes()` which returns `null` does not work.
1011

1112
## v0.10.0 (2015/11/27)
1213

docs/FunctionAndClassReference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CI PHPUnit Test for CodeIgniter 3.0
22

3-
version: **v0.10.0** |
3+
version: **v0.10.1** |
44
[v0.9.1](https://github.com/kenjis/ci-phpunit-test/blob/v0.9.1/docs/FunctionAndClassReference.md) |
55
[v0.8.2](https://github.com/kenjis/ci-phpunit-test/blob/v0.8.2/docs/FunctionAndClassReference.md) |
66
[v0.7.0](https://github.com/kenjis/ci-phpunit-test/blob/v0.7.0/docs/FunctionAndClassReference.md) |

docs/HowToWriteTests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CI PHPUnit Test for CodeIgniter 3.0
22

3-
version: **v0.10.0** |
3+
version: **v0.10.1** |
44
[v0.9.1](https://github.com/kenjis/ci-phpunit-test/blob/v0.9.1/docs/HowToWriteTests.md) |
55
[v0.8.2](https://github.com/kenjis/ci-phpunit-test/blob/v0.8.2/docs/HowToWriteTests.md) |
66
[v0.7.0](https://github.com/kenjis/ci-phpunit-test/blob/v0.7.0/docs/HowToWriteTests.md) |

0 commit comments

Comments
 (0)