From caf080a78324431a91f3b2e0e0e6fab91b369f14 Mon Sep 17 00:00:00 2001 From: Anthony Brummett Date: Mon, 19 Sep 2016 14:58:22 -0500 Subject: [PATCH] major changes since 0.44 --- Changes | 8 ++++++++ ubuntu-lucid/changelog | 10 ++++++++++ 2 files changed, 18 insertions(+) diff --git a/Changes b/Changes index 870ac4cb..e1f23c97 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,14 @@ Revision history for UR {{$NEXT}} + UR now supports Roles. See the docs in UR::Role. + -limit and -offset are now handled in the database where possible. + Added method fatal_message() to the base class. Acts like + error_message(), but as an exception instead of just a print. + Software transactions can have custom validators. + Lots of bug fixes + +0.44 2015-06-30T21:21:44Z Added UR::Context::AutoUnloadPool - a mechanism for automatically unloading objects when a leaving a scope. Added methods to UR::Object::Type to introspect methods names relating diff --git a/ubuntu-lucid/changelog b/ubuntu-lucid/changelog index 2423c616..2beebb88 100644 --- a/ubuntu-lucid/changelog +++ b/ubuntu-lucid/changelog @@ -1,3 +1,13 @@ +libur-perl (0.45-1) unstable; urgency=low + + * UR now supports Roles. See the docs in UR::Role. + * -limit and -offset are now handled in the database where possible. + * Added method fatal_message() to the base class. Acts like error_message(), but as an exception instead of just a print. + * Software transactions can have custom validators. + * Lots of bug fixes + + -- Anthony Brummett Tue, 20 Sep 2016 10:30:00 -600 + libur-perl (0.44-1) unstable; urgency=low * Added UR::Context::AutoUnloadPool - a mechanism for automatically unloading objects when a leaving a scope.