diff --git a/jOOQ-release/release/template/RELEASENOTES.txt b/jOOQ-release/release/template/RELEASENOTES.txt index c29808bacc..71cf2c04d7 100644 --- a/jOOQ-release/release/template/RELEASENOTES.txt +++ b/jOOQ-release/release/template/RELEASENOTES.txt @@ -11,6 +11,25 @@ For a text version, see http://www.jooq.org/inc/RELEASENOTES.txt +Version 3.11.3 - July 13, 2018 +================================================================================ + +This is a 3.11 patch release with bug fixes + + +Bug Fixes +--------- +#7623 - Wrong SQL generated in SQL Server when using UNION .. LIMIT without OFFSET +#7631 - Close the Maven Plugin's URLClassLoader after code generation +#7635 - Add remark to the Javadoc of DataType classes indicating what the deprecation replacement is +#7636 - Cannot parse comma separated identity specification elements +#7645 - Code generator uses H2 TIMESTAMP precision instead of scale +#7653 - jOOQ 3.11+ transitive dependency prevents it from being loaded on WebLogic 12.1.3 +#7656 - ResultImpl#intoMap produces an incorrect error message on duplicate key +#7657 - Error Parsing Script for DDLDatabase when column name is called "index" +#7661 - EVERY() aggregate function emulation doesn't yield NULL when aggregating empty sets + + Version 3.11.2 - June 26, 2018 ================================================================================