Changes in Version 2.1
- changed argument names of 'bgvar' to be more similar to existing Bayesian packages
  - 'saves' is now 'draws'
  - 'burns' is now 'burnin'
- changed argument name of 'predict' to be more similar to existing Bayesian packages
  - 'fhorz' is now 'n.ahead'
- added new class 'bgvar.summary' with print method
- loglikelihood is saved in class 'logLik'
- print methods have now no own helpfile (not necessary)
- deleted some printing to the console and use now consistently cat()
- rename of some functions
- changes related to multithreading
  - not dependent on foreach and doparallal any more
  - parLapply for Windows platforms
  - mclapply for non-Windows platforms
  - user can also specify own apply function
- adapted class 'logLik.bgvar' to class 'logLik'
- added 'print' method for classes 'bgvar.hd', 'bgvar.irf', 'bgvar.fevd'
- changed argument of 'nhor' to 'n.ahead' of function irf() and gfevd()

Changes in Version 2.0.1
- bug fixes in Rcpp code (wrong overloading of std::pow)

Changes in Version 2.0
- added truly exogenous variables to the estimation function
- verbosity option now available for all functions
- user par settings are not affected by BGVAR any more

Changes in Version 2.0
- First CRAN release version.