Skip to content

Commit 8f0d96d

Browse files
committed
note stability of clean_names and fix a double space
1 parent e13da58 commit 8f0d96d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Release summary
44
A stable version 1.0.0, with a new `tabyl` API and with breaking changes to the output of `clean_names()`.
55

6-
This builds on the original functionality of janitor, with similar-but-improved tools and significantly-changed implementation.
6+
This builds on the original functionality of janitor, with similar-but-improved tools and significantly-changed implementation.
77

88
## Breaking changes
99

@@ -21,6 +21,8 @@ These changes may cause old code to break. E.g., a raw column name `variableName
2121

2222
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.)
2323

24+
No further changes are planned to `clean_names()` and its results should be stable from version 1.0.0 onward.
25+
2426
## Major Features
2527

2628
- `clean_names()` transliterates accented letters, e.g., `çãüœ` becomes `cauoe` [(#120)](https://github.com/sfirke/janitor/issues/120). Thanks to **@fernandovmacedo**.

0 commit comments

Comments
 (0)