From 8f0d96d50e3ff2018cd0b77c18ed7575d3aef8aa Mon Sep 17 00:00:00 2001 From: Sam Firke Date: Thu, 22 Mar 2018 08:49:55 -0400 Subject: [PATCH] note stability of clean_names and fix a double space --- NEWS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 2177016a..3ec4bf1d 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,7 +3,7 @@ ## Release summary A stable version 1.0.0, with a new `tabyl` API and with breaking changes to the output of `clean_names()`. -This builds on the original functionality of janitor, with similar-but-improved tools and significantly-changed implementation. +This builds on the original functionality of janitor, with similar-but-improved tools and significantly-changed implementation. ## Breaking changes @@ -21,6 +21,8 @@ These changes may cause old code to break. E.g., a raw column name `variableName To minimize this inconvenience, there's a quick fix for compatibility: you can find-and-replace to insert the argument `case = "old_janitor"`, preserving the old behavior of `clean_names()` as of janitor version 0.3.1 (and thus not have to redo your scripts beyond that.) +No further changes are planned to `clean_names()` and its results should be stable from version 1.0.0 onward. + ## Major Features - `clean_names()` transliterates accented letters, e.g., `çãüœ` becomes `cauoe` [(#120)](https://github.com/sfirke/janitor/issues/120). Thanks to **@fernandovmacedo**.