Skip to content

Commit 17120cb

Browse files
committed
Add entry for proguard optimized version in readme and changelog
1 parent c2b846d commit 17120cb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
# Releases
22

33
## v0.5.0
4+
45
* better resource handling for compression
56
* add nullSafe from() constructor
67
* rename `toObjectArray()` to `toBoxedArray()` (will be removed in 1.0)
78
* add appendNullSafe and append string with encoding
9+
* add proguard optimized version (can be used with classifier 'optimized')
810

911
## v0.4.6
1012

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ Add dependency to your `pom.xml`:
5353
<version>{latest-version}</version>
5454
</dependency>
5555

56+
_Note:_ There is a byte-code optimized version (powerd by [ProGuard](https://www.guardsquare.com/en/products/proguard)) which can be used with [classifier](https://maven.apache.org/pom.html#Maven_Coordinates) 'optimized'. This may have issues so use at your own risk.
57+
5658
Some simple examples:
5759

5860
```java

0 commit comments

Comments
 (0)