Skip to content

Commit

Permalink
Update release notes wrt #75
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 14, 2022
1 parent c000880 commit d87a30b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Aalto dependency is usually added via Maven repository, so something like:
<dependency>
<groupId>com.fasterxml</groupId>
<artifactId>aalto-xml</artifactId>
<version>1.2.1</version>
<version>1.3.1</version>
</dependency>
```

Expand Down
4 changes: 4 additions & 0 deletions release-notes/CREDITS
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ Michiel Borkent (borkdude@github)
Claude Mamo (otcdlink-simpleuser@github)
* Contributed #65: Support disabling General Entity Reference replacement in attribute values
(1.3.0)

Erik Fäßler (khituras@github)
* Contributed #75: Fixing a bug when multi-byte characters were split
(1.3.1)
5 changes: 5 additions & 0 deletions release-notes/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ Project: aalto-xml
= Releases
------------------------------------------------------------------------

1.3.1 (14-Jan-2022)

#75: Fixing a bug when multi-byte characters were split
(contributed by Erik F)

1.3.0 (11-May-2021)

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

0 comments on commit d87a30b

Please sign in to comment.