Skip to content

Commit 44ad1f7

Browse files
committed
Prepared for release
1 parent 996fcf0 commit 44ad1f7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,11 @@ Normally, one of our developers should be able to comment on them and fix.
480480
mat
481481
These are the release notes for the Java library for mapcodes.
482482

483+
### 2.4.11
484+
485+
* Fixed a bug in `Mapcode.isValidMapcodeFormat()` which caused an exception when parsing a Unicode mapcode
486+
which included a numeral, like `THA จก.ผถฉ๕` (which is `THA GB.RMH5` in non-Unicode).
487+
483488
### 2.4.10
484489

485490
* Changed `Mapcode.isValidMapcodeFormat()` to return `false` if the string is `null`. Trimming the string is also

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<artifactId>mapcode</artifactId>
99

1010
<packaging>jar</packaging>
11-
<version>2.4.10</version>
11+
<version>2.4.11</version>
1212

1313
<name>Mapcode Java Library</name>
1414
<description>

0 commit comments

Comments
 (0)