diff --git a/release_notes/topics.adoc b/release_notes/topics.adoc index 0efe655964..d9f5c07041 100644 --- a/release_notes/topics.adoc +++ b/release_notes/topics.adoc @@ -1,25 +1,21 @@ ifeval::[{project_community}==true] +== {project_name_full} 4.2.0.Final +include::topics/4_2_0_final.adoc[leveloffset=2] + == {project_name_full} 4.1.0.Final include::topics/4_1_0_final.adoc[leveloffset=2] -endif::[] -ifeval::[{project_product}==true] -== {project_name_full} 3 -include::topics/4_1_0_final.adoc[leveloffset=2] -endif::[] - -ifeval::[{project_community}==true] == {project_name_full} 4.0.0.Final include::topics/4_0_0_final.adoc[leveloffset=2] include::topics/4_0_0_beta3.adoc[leveloffset=2] endif::[] ifeval::[{project_product}==true] -== {project_name_full} 2 -include::topics/4_0_0_final.adoc[leveloffset=2] +== {project_name_full} CD3 +include::topics/4_1_0_final.adoc[leveloffset=2] endif::[] -ifeval::[{project_product}==true] -== {project_name_full} 1 +== {project_name_full} CD2 +include::topics/4_0_0_final.adoc[leveloffset=2] include::topics/4_0_0_beta3.adoc[leveloffset=2] endif::[] \ No newline at end of file diff --git a/release_notes/topics/4_1_0_final.adoc b/release_notes/topics/4_1_0_final.adoc index 785f0a736c..8e68ada79d 100644 --- a/release_notes/topics/4_1_0_final.adoc +++ b/release_notes/topics/4_1_0_final.adoc @@ -1,3 +1,3 @@ -= KEYCLOAK-7768 - Making Spring Boot 2 the default starter += Making Spring Boot 2 the default starter Starting with release 4.1, the Spring Boot starter will be based on the Spring Boot 2 adapter. If you are using an older Spring Boot version, the keycloak-legacy-spring-boot-starter is available. \ No newline at end of file diff --git a/release_notes/topics/4_2_0_final.adoc b/release_notes/topics/4_2_0_final.adoc new file mode 100644 index 0000000000..bc3625eab9 --- /dev/null +++ b/release_notes/topics/4_2_0_final.adoc @@ -0,0 +1,6 @@ += Browser tab support for Cordova + +We now have support for using browser tab and universal links in the JavaScript adapter for Cordova. This enables SSO +between multiple applications as well as increases security. + +Thanks to https://github.com/gtudan[gtudan] for the contribution. \ No newline at end of file