VERSION 1.6.0
-------------

SIGNIFICANT USER-VISIBLE CHANGES

    o Add Seqinfo to Depends and move GenomeInfoDb to Imports.

    o Drop mirbase.db from Suggests (package got removed from BioC 3.22
      after being deprecated in BioC 3.21). As a consequence, utility
      function supportedMiRBaseBuildValues() and argument 'miRBaseBuild'
      are now defunct (the latter is an argument of various functions in
      the package).

DEPRECATED AND DEFUNCT

    o Utility function supportedMiRBaseBuildValues() and argument
      'miRBaseBuild' are defunct (the latter is an argument of various
      functions in the package).


VERSION 1.4.0
-------------

SIGNIFICANT USER-VISIBLE CHANGES

    o Add genome version to TxDb returned by makeTxDbFromEnsembl().
      Author: Robert Castelo

BUG FIXES

    o Fix bug in supportedUCSCtables(). See commit 05d278f for the details.


VERSION 1.2.0
-------------

SIGNIFICANT USER-VISIBLE CHANGES

    o Adjust makeTxDbFromBiomart() examples to reflect breaking change
      in Ensembl 113. See commit a5a885d for the details.

BUG FIXES

    o Small fix to internal helper .Ensembl_getMySQLCoreDir(). See commit
      aa586a6 for the details.


VERSION 1.0.0
-------------

    o The txdbmaker package is a spin-off from the GenomicFeatures package.
      It includes the following functions, all of them originally from the
      GenomicFeatures package:
        - browseUCSCtrack
        - getChromInfoFromBiomart
        - makeFDbPackageFromUCSC
        - makeFeatureDbFromUCSC
        - makePackageName
        - makeTxDb
        - makeTxDbFromBiomart
        - makeTxDbFromEnsembl
        - makeTxDbFromGFF
        - makeTxDbFromGRanges
        - makeTxDbFromUCSC
        - makeTxDbPackage
        - makeTxDbPackageFromBiomart
        - makeTxDbPackageFromUCSC
        - supportedMiRBaseBuildValues
        - supportedUCSCFeatureDbTables
        - supportedUCSCFeatureDbTracks
        - supportedUCSCtables
        - UCSCFeatureDbTableSchema

