0.1.5_6 (2015-10-20)

    API / Behaviour Changes:
        - INCOMPATIBLE Database Changes! No upgrade path to this
          version.

    New Features:
        - list-functions: list database function tables

    Enhancements:
        - Re-work whole tasks/issues mess as generic topics
        - bif-new now dispatches to bif-new-topic as required.

    Bug Fixes:
        - Correctly detect overlapping work buffers.

    Dependencies:
        - Time::Piece 1.30

0.1.5_5 (2015-08-13)

    API / Behaviour Changes:
        - Re-enable ssh access to hubs
        - upgrade --force no longer attempts a minor upgrade

    New Features:
        - None.

    Enhancements:
        - Complete rework of the SQL merkle tree code
        - show-timesheet: display unrecorded work_buffers entries too
        - wlog: display unrecorded work_buffers same as show-timesheet
        - show-version: display architecture, perl version information

    Bug Fixes:
        - Upgrade now includes work buffers
        - Various other small issues

    Dependencies:
        - None.

0.1.5_4 (2015-08-04)

    API / Behaviour Changes:
        - Different column order for bif-list-actions
        - Split bif-show-version out of bif-show
        - Moved bif-list-actions back into bif-log
        - bif-log: re-order columns for --short (date/time is now first)

    New Features:
        - bif-list-tables
        - bif-show-timesheet
        - bif-work
        - bif-wlog

    Enhancements:
        - Record bif-init and bif-upgrade as changes
        - Recognize WITH statements as returning data in bif-sql.
        - Properly (re-)implemented the bif-upgrade command, making bif
          very nearly suitable for storing real data in.
        - SQLite filename and share directory are now versioned
        - bif-new-repo: include DBVERSION in output
        - bif-upgrade: new --force option
        - Use bif-command-name in all documentation
        - Local projects now have "local/" prefix automatically
        - Include Bif::OK::TYPE result in debug output
        - bif-log: Add --format and --order options
        - bif-list-topics: Allow multiple --status calls
        - Hubs are now derived from projects
        - Use INTEGER PRIMARY KEY everywhere instead of INT PRIMARY KEY
        - Store email/name separately from identity_id

    Bug Fixes:
        - Dependency fixes (Proc::FastSpawn, DBIx::ThinSQL) broken in
          the rather rashly released 0.1.4.
        - Fixed the most obvious YAML errors. With the exception of
          bif-drop-issue, a bif-check should work just about everywhere
          now.
        - Raise an error if database doesn't exist
        - Fix broken version string in App::bif::Build and bif-work
        - Use a platform independent newline separator for network
          messages.

    Dependencies:
        - Depend on Log::Any::Adapter >= 1.02
        - Depend on Path::Tiny >= 0.038
        - Depend on Clone
        - Depend on Test::MockTime

0.1.4 (2014-10-27)

    API / Behaviour Changes:
        - Renamed bif-log-repo to bif-list-actions
        - Local hubs are now postfixed with .bif.

    New Features:
        - New bif-drop-hub command

    Enhancements:
        - Make bif-init error much quicker when repository already
          exists
        - Re-worked Bif::Sync|Client|Server as normal single
          inheritance model under Bif::Sync.
        - Removal of Role::Basic and POSIX as dependencies
        - Start of Win32 support.
        - Small documentation updates.
        - New App::bif::Editor to replace Proc::InvokeEditor
        - bif-log is now consistent with other bif-log-* commands
        - Record & display duplicate changes received
        - Most tests now conclude with a bif-check

    Bug Fixes:
        - Fix a timing issue in bif-list-actions

0.1.2 (2014-10-08)

    Initial Release.
