diff --git a/docs/changelog/2.0.2.md b/docs/changelog/2.0.2.md index 620664c..346ebc9 100644 --- a/docs/changelog/2.0.2.md +++ b/docs/changelog/2.0.2.md @@ -1,6 +1,6 @@ ### 2.0.2 -_Not Released Yet_ +_Released 2021 Mar 09_ #### Fixes diff --git a/docs/changelog/README.md b/docs/changelog/README.md index 03d130b..fb8e3e2 100644 --- a/docs/changelog/README.md +++ b/docs/changelog/README.md @@ -4,8 +4,8 @@ ### Version History -* ????-??-?? [2.0.2](2.0.2.md) (TBD; work in progress) -* 2021-02-27 [2.0.1](2.0.1.md) (latest) +* 2021-03-09 [2.0.2](2.0.2.md) (latest) +* 2021-02-27 [2.0.1](2.0.1.md) * 2020-09-03 [2.0.0](2.0.0.md) * 2020-05-27 [1.5.0](1.5.0.md) * 2020-04-28 [1.4.0](1.4.0.md) diff --git a/docs/changelog/full.md b/docs/changelog/full.md index 913ce15..79babd0 100644 --- a/docs/changelog/full.md +++ b/docs/changelog/full.md @@ -1,3 +1,14 @@ +### 2.0.2 + +_Released 2021 Mar 09_ + +#### Fixes + +- Errors in native code no longer could crash the JVM. +- Errors in native code now throw `IllegalStateException` (as documented) instead of `NoClassDefFoundError`. + +--- + ### 2.0.1 _Released 2021 Feb 27_ diff --git a/docs/changelog/latest.md b/docs/changelog/latest.md index 5aac961..346ebc9 100644 --- a/docs/changelog/latest.md +++ b/docs/changelog/latest.md @@ -1,7 +1,8 @@ -### 2.0.1 +### 2.0.2 -_Released 2021 Feb 27_ +_Released 2021 Mar 09_ -#### Overview +#### Fixes -This is a maintenance release only and does not contain any behavioral change. \ No newline at end of file +- Errors in native code no longer could crash the JVM. +- Errors in native code now throw `IllegalStateException` (as documented) instead of `NoClassDefFoundError`. \ No newline at end of file