Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit 5794e3c

Browse files
Prepare release
1 parent 59a9df3 commit 5794e3c

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

ChangeLog.markdown

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ PHPUnit_MockObject 1.2
33

44
This is the list of changes for the PHPUnit_MockObject 1.2 release series.
55

6+
PHPUnit_MockObject 1.2.3
7+
------------------------
8+
9+
* Fixed a bug where getting two mocks with different argument cloning options returned the same mock.
10+
611
PHPUnit_MockObject 1.2.2
712
------------------------
813

package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<email>[email protected]</email>
1818
<active>yes</active>
1919
</lead>
20-
<date>2012-11-05</date>
20+
<date>2013-01-13</date>
2121
<version>
22-
<release>1.2.2</release>
22+
<release>1.2.3</release>
2323
<api>1.2.0</api>
2424
</version>
2525
<stability>

0 commit comments

Comments
 (0)