*****************************************
*				  	                            *
*	Changes in logNormReg	                *
*				  	                            *
*****************************************



=============
version 0.4-0  
=============
* lognlm(.., lik=FALSE) accepts argument 'weights' (thanks to Vito Ilacqua (Env Prot Ag) for his input).   'lik=FALSE' is the default now. 
* changes in vcov.lognlm: argument 'sandw' removed (it is always TRUE) and new argument 'exH' added.
* if lik=FALSE the dispersion parameter is estimated taking n-p rather then n in the denominator.
* type='gradient' in confint.lognlm() is allowed even for non-likelihood fits obtained via lik=FALSE.
* extractAIC() optionally can return the BIC (by setting k<=0).


=============
version 0.3-0  
=============
* Function extractAIC.lognlm() introduced: drop1(), step() and friends are allowed (thanks to Ralph Pirow (German Federal Inst. Risk Assessment) for suggestion) 
* bug fixed: logLik.lognlm() did not return the attributes "edf" and "nobs" 


=============
version 0.2-0  
=============
* Method confint.lognlm introduced to compute confidence intervals via the Wald the Likelihood Ratio or the Gradient statistics.
* bug fixed: the offset term was not handled correctly in lognlm()


=============
version 0.1-0 (not on CRAN)  
=============
* First public release on ResearchGate with functions:
lognlm, lognlm.fit, logLik.lognlm, print.lognlm, print.summary.lognlm, summary.lognlm, vcov.lognlm


