-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 <[email protected]> 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. | ||
|