diff options
-rw-r--r-- | GNUmakefile | 2 | ||||
-rw-r--r-- | NEWS (renamed from ChangeLog) | 15 |
2 files changed, 16 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index b71e81c9..39143ec3 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -16,7 +16,7 @@ SDDIR ?= $(HOME)/svn/kinfit.r-forge/www/mkin_static #------------------------------------------------------------------------------ # These must be manually kept up to date #------------------------------------------------------------------------------ -pkgfiles = ChangeLog \ +pkgfiles = NEWS \ data/* \ DESCRIPTION \ inst/unitTests* \ @@ -1,3 +1,18 @@ +CHANGES in mkin 0.9-30
+
+ * The ChangeLog was renamed to NEWS and the style of its entries is
+ now adapted to that of a NEWS file. For a detailed list of changes to the
+ mkin source please consult the commit history on
+ http://github.com/jranke/mkin
+
+ * The order of some of the information blocks in print.summary.mkinfit.R()
+ has been ordered in a more logical way
+
+ * The vignette FOCUS_Z has been slightly amended to use the new versions
+ of DT50 values calculated since mkin 0.9-29.
+
+ * All vignettes have been rebuilt so they reflect all changes
+
2014-06-26 Johannes Ranke <jranke@uni-bremen.de> for mkin (0.9-29)
* R/mkinresplot.R: Make it possible to specify xlim
|