This is an automated email from the ASF dual-hosted git repository.
thisisnic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 3b3ad2b3bb MINOR: [R] correct NEWS heading
3b3ad2b3bb is described below
commit 3b3ad2b3bb1ae052a848b2a4e680135e2a95c1f4
Author: Dragoș Moldovan-Grünfeld <[email protected]>
AuthorDate: Wed May 11 10:45:43 2022 +0100
MINOR: [R] correct NEWS heading
Closes #13106 from dragosmg/minor_news_update
Authored-by: Dragoș Moldovan-Grünfeld <[email protected]>
Signed-off-by: Nic Crane <[email protected]>
---
r/NEWS.md | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/r/NEWS.md b/r/NEWS.md
index aa5b6e033b..69db430df5 100644
--- a/r/NEWS.md
+++ b/r/NEWS.md
@@ -16,15 +16,14 @@
specific language governing permissions and limitations
under the License.
-->
-# development version
-
- * `lubridate::parse_date_time()` datetime parser:
- * currently parses only `orders` with year, month, and day components. In
a future release `orders` support for other datetime components (such as hours,
minutes, seconds, etc) will be added.
- * strings with no separators (e.g. `"20210917"`) could be ambiguous and
are not yet supported.
- * the `orders` argument in the Arrow binding works as follows: `orders`
are transformed into `formats` which subsequently get applied in turn. There is
no `select_formats` parameter and no inference takes place (like is the case in
`lubridate::parse_date_time()`).
# arrow 8.0.0.9000
+* `lubridate::parse_date_time()` datetime parser:
+ * currently parses only `orders` with year, month, and day components. In a
future release `orders` support for other datetime components (such as hours,
minutes, seconds, etc) will be added.
+ * strings with no separators (e.g. `"20210917"`) could be ambiguous and are
not yet supported.
+ * the `orders` argument in the Arrow binding works as follows: `orders` are
transformed into `formats` which subsequently get applied in turn. There is no
`select_formats` parameter and no inference takes place (like is the case in
`lubridate::parse_date_time()`).
+
# arrow 8.0.0
## Enhancements to dplyr and datasets