diff --git a/ReleaseNotes.html b/ReleaseNotes.html index 2894ab7c3a..fc046bb4f3 100644 --- a/ReleaseNotes.html +++ b/ReleaseNotes.html @@ -22,7 +22,7 @@

Wt Release notes

the way you build Wt, the way you configure Wt or the Wt API and behaviour. -

Release 3.3.12 (2018)

+

Release 3.3.12 (December 2018)

Wt 3.3.12 is almost entirely a bugfix release. Here are the key changes:

Wt::Auth::UpdatePasswordWidget

@@ -39,7 +39,7 @@

Dbo: reentrant statement use

“you need to be careful to not have two collections with the same statement busy at the same time”. If you did attempt concurrent use of statements, an exception mentioned that “Reentrant statement use is not yet implemented”. Starting from -Wt 3.3.12, you won't see that error anymore. We've done the necessary work to make this happen. Dbo will now +Wt 3.3.12, you won't see that error anymore. Dbo will now clone the prepared statement as needed.

Release 3.3.11 (August 22, 2018)