Skip to content

Commit d87a30b

Browse files
committed
Update release notes wrt #75
1 parent c000880 commit d87a30b

File tree

3 files changed

+10
-1
lines changed

3 files changed

+10
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Aalto dependency is usually added via Maven repository, so something like:
5757
<dependency>
5858
<groupId>com.fasterxml</groupId>
5959
<artifactId>aalto-xml</artifactId>
60-
<version>1.2.1</version>
60+
<version>1.3.1</version>
6161
</dependency>
6262
```
6363

release-notes/CREDITS

+4
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ Michiel Borkent (borkdude@github)
2929
Claude Mamo (otcdlink-simpleuser@github)
3030
* Contributed #65: Support disabling General Entity Reference replacement in attribute values
3131
(1.3.0)
32+
33+
Erik Fäßler (khituras@github)
34+
* Contributed #75: Fixing a bug when multi-byte characters were split
35+
(1.3.1)

release-notes/VERSION

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ Project: aalto-xml
44
= Releases
55
------------------------------------------------------------------------
66

7+
1.3.1 (14-Jan-2022)
8+
9+
#75: Fixing a bug when multi-byte characters were split
10+
(contributed by Erik F)
11+
712
1.3.0 (11-May-2021)
813

914
#65: Support disabling General Entity Reference replacement in attribute values

0 commit comments

Comments
 (0)