diff --git a/NEWS.md b/NEWS.md index 3b9c84c..80c75f4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,10 +1,10 @@ # oceglider 0.1.10 -* Rename flag functions to avoid conflict with oce, e.g. `setFlags()` -is now `setGliderFlags()` and `initializeFlagScheme()` is now -`initializeGliderFlagScheme()`. Behind the scenes, object-oriented -generic function methods have been replaced with conventional -functions. +* Rename flag functions to avoid conflict with oce, e.g. the `oce` +functions named `setFlags()` and `handleFlags()` are replaced with +`setGliderFlags()` and `handleGliderFlags()` in `oceglider`. +* Correct the formula used to convert oxygen from ml/l to umol/kg, +used in `swOxygenFrequencyToSaturation()`. # oceglider 0.1.9 diff --git a/docs/news/index.html b/docs/news/index.html index c928764..bb9f598 100644 --- a/docs/news/index.html +++ b/docs/news/index.html @@ -62,7 +62,8 @@

Changelog

-