diff --git a/doc/WhatsNew b/doc/WhatsNew index 653b611e28..70fd93fca4 100644 --- a/doc/WhatsNew +++ b/doc/WhatsNew @@ -3,8 +3,30 @@ * v1.5 Alpha 2 ************** + * Fixed unregistered bug. + BLOB subtype is ignored in system domains generated for expression fields in views. + Contributor(s): + Dmitry Yemanov + + * Fixed installation bug. + instreg.exe doesn't create "GuardianOptions" registry value. + Contributor(s): + Dmitry Yemanov + + * Fixed unregistered bug. + Resource leaks in DDL recursive procedure handling which caused some DDL to fail. + Contributor(s): + Nickolay Samofatov + + * Fixed Alpha 1 bug. + GROUP BY ordinal doesn't work with column aliases. + Contributor(s): + Arno Brinkman + * Fixed Alpha 1 bug. Views are not being created correctly (missing records in RDB$VIEW_RELATIONS). + Contributor(s): + Dmitry Yemanov ************** * v1.5 Alpha 1