Skip to content

Commit de4789c

Browse files
committed
Update changelog and extras docs
1 parent 0401f96 commit de4789c

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.adoc

+2-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
[discrete]
1515
=== Fixed
1616

17-
* ...
17+
* https://github.com/serpro69/kotlin-faker/pull/188[#188] [core] Fix postcode for en-GB locale
18+
* https://github.com/serpro69/kotlin-faker/pull/193[#193] [core] Fix localized postcodes with regex patterns
1819

1920
[discrete]
2021
=== Other

docs/src/orchid/resources/wiki/extras.md

+11
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* [Deterministic constructor selection](#deterministic-constructor-selection)
1414
* [Configuring the size of generated Collections](#configuring-the-size-of-generated-collections)
1515
* [Making a Copy or a New instance of RandomClassProvider](#making-a-new-instance-of-random-class-provider)
16+
* [New Instance](#new-instance)
17+
* [Instance Copy](#instance-copy)
18+
* [Dealing with Generic Types](#dealing-with-generic-types)
1619
* [Random Everything](#random-everything)
1720
* [Random Strings from Templates](#random-strings-from-templates)
1821

@@ -387,6 +390,14 @@ The `copy`, just as `new` instance, can of course be reconfigured ( ❹ ) as nee
387390

388391
<br>
389392

393+
### Dealing with Generic Types
394+
395+
Generic parameter types are not fully supported at this moment due to type-erasure on the JVM (See also https://github.com/serpro69/kotlin-faker/issues/191)
396+
397+
{% btc %}{% endbtc %}
398+
399+
<br>
400+
390401
## Random Everything
391402

392403
Faker provides its wrapper functions around `java.util.Random` (with some additional functionality that is not covered by `java.util.Random`) through `Faker().random` property.

0 commit comments

Comments
 (0)