File tree 3 files changed +12
-5
lines changed
3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7
7
## Unreleased
8
8
There are currently no unreleased changes.
9
9
10
+ ## [ 0.4.1] ( https://github.com/marcospassos/java-php-serializer/releases/tag/0.4.1 ) (2017-07-09)
11
+
12
+ ### Changed
13
+
14
+ - Fix reference counting logic.
15
+ - Sets pointer in sub writes to keep parent's writer counting.
16
+
10
17
## [ 0.4.0] ( https://github.com/marcospassos/java-php-serializer/releases/tag/0.4.0 ) (2017-07-09)
11
18
12
19
### Changed
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ to the `dependencies` section of its `pom.xml` file:
56
56
<dependency >
57
57
<groupId >com.marcospassos</groupId >
58
58
<artifactId >phpserializer</artifactId >
59
- <version >0.4.0 </version >
59
+ <version >0.4.1 </version >
60
60
</dependency >
61
61
</dependencies >
62
62
```
@@ -227,8 +227,8 @@ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
227
227
DEALINGS IN THE SOFTWARE.
228
228
```
229
229
230
- [ maven-central-badge ] : https://img.shields.io/badge/maven%20central-v0.4.0 -blue.svg
231
- [ maven-central-latest ] : http://search.maven.org/#artifactdetails%7Ccom.marcospassos%7Cphpserializer%7C0.4.0 %7Cjar
230
+ [ maven-central-badge ] : https://img.shields.io/badge/maven%20central-v0.4.1 -blue.svg
231
+ [ maven-central-latest ] : http://search.maven.org/#artifactdetails%7Ccom.marcospassos%7Cphpserializer%7C0.4.1 %7Cjar
232
232
[ coverall-status ] : https://coveralls.io/github/marcospassos/java-php-serializer
233
233
[ coverall-badge ] : https://coveralls.io/repos/github/marcospassos/java-php-serializer/badge.svg
234
234
[ travis-badge ] : https://travis-ci.org/marcospassos/java-php-serializer.svg?branch=master
@@ -243,4 +243,4 @@ DEALINGS IN THE SOFTWARE.
243
243
[ issue-tracker ] : https://github.com/marcospassos/java-php-serializer/issues
244
244
[ repository ] : https://github.com/marcospassos/java-php-serializer
245
245
[ releases-page ] : https://github.com/marcospassos/java-php-serializer/releases
246
- [ latest-release ] : https://github.com/marcospassos/java-php-serializer/releases/tag/0.4.0
246
+ [ latest-release ] : https://github.com/marcospassos/java-php-serializer/releases/tag/0.4.1
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >com.marcospassos</groupId >
8
8
<artifactId >phpserializer</artifactId >
9
- <version >0.4.0 -SNAPSHOT</version >
9
+ <version >0.4.1 -SNAPSHOT</version >
10
10
<packaging >jar</packaging >
11
11
12
12
<name >Java PHP Serializer</name >
You can’t perform that action at this time.
0 commit comments