Skip to content

Commit 8bf0f4f

Browse files
committed
Update CHANGES/README for 3.0.1
1 parent 0ec16d9 commit 8bf0f4f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 3.0.0 - 3.0.1 (2015-03-24)
4+
5+
* Update reflectasm to 1.10.1 with java 8 support ([a2c0699](https://github.com/EsotericSoftware/kryo/commit/a2c0699e03de3638382f2a04062fdd700f60f14d))
6+
* Warning about use when references are enabled. ([7e67a1f](https://github.com/EsotericSoftware/kryo/commit/7e67a1f285e98ba43bbe2b11262cda0615df54a2))
7+
* Fix [#286](https://github.com/EsotericSoftware/kryo/issues/286) CompatibleFieldSerializer fails with IndexOutOfBoundsException on field removal: Add compatible option for VersionFieldSerializer ([907c58b](https://github.com/EsotericSoftware/kryo/commit/907c58b833d4fb9a6a0a72d7883eb2e2f1877283))
8+
* Removed auto registration of Java8 closures. ([1c5562d](https://github.com/EsotericSoftware/kryo/commit/1c5562d4035a72904d1d0fd724998b722bf80f3a))
9+
* Changed to no longer use StdInstantiatorStrategy by default. ([bfc02be](https://github.com/EsotericSoftware/kryo/commit/bfc02befd7f479165cf86fc7c8b22b75c2ff35ca))
10+
* Add VersionFieldSerializer ([#274](https://github.com/EsotericSoftware/kryo/pull/274))
11+
* Kryo would previously throw an error when you tried used a serializer with removed fields where the class contained a generic, and you removed a field on that generic. ([d54a59c](https://github.com/EsotericSoftware/kryo/commit/d54a59cfe357ffcaf98da7ca83f4c95dd358bced))
12+
* Fix #265. Don't invoke getTypeParameters and getComponentType on each call of setGenerics(). Pre-compute and cache them instead whenever it is possible. ([143c097](https://github.com/EsotericSoftware/kryo/commit/143c097f9d081fdb3490b3ebb24c7f3713bce9df))
13+
314
## 2.24.0 - 3.0.0 (2014-10-04)
415

516
* Fixed [#248](https://github.com/EsotericSoftware/kryo/issues/248). There was a bug in the buffer resizing code. ([23830f6](https://github.com/EsotericSoftware/kryo/commit/23830f64cffd7ee7844fc582ef2b68023aeab908))

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ To use the official release of Kryo, please use the following snippet in your po
6363
<dependency>
6464
<groupId>com.esotericsoftware</groupId>
6565
<artifactId>kryo</artifactId>
66-
<version>3.0.0</version>
66+
<version>3.0.1</version>
6767
</dependency>
6868
```
6969

@@ -73,7 +73,7 @@ If you experience issues because you already have a different version of asm in
7373
<dependency>
7474
<groupId>com.esotericsoftware</groupId>
7575
<artifactId>kryo-shaded</artifactId>
76-
<version>3.0.0</version>
76+
<version>3.0.1</version>
7777
</dependency>
7878
```
7979

0 commit comments

Comments
 (0)