From 1211d24aec27f0437baa389359a3249ad78d9cd3 Mon Sep 17 00:00:00 2001 From: Mahmoud Hashemi Date: Thu, 25 Feb 2016 01:54:52 -0800 Subject: [PATCH] clarifying a bit of language in the CHANGELOG, adding a link --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d92bd9a..efa8a94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,9 @@ The centerpiece of this release is highly improved Windows support for [ReplaceFile](https://msdn.microsoft.com/en-us/library/windows/desktop/aa365512%28v=vs.85%29.aspx) system call. This functionality is also made available directly via [fileutils.replace][fileutils.replace], which is akin to Python 3.3+'s -[os.replace][os.replace], except that that has arguably poorer -behavior and atomicity. +[os.replace][os.replace], except that `os.replace`'s approach has +[arguably poorer behavior and atomicity](http://stupidpythonideas.blogspot.com/2014/07/getting-atomic-writes-right.html) +compared to `fileutils.replace`. Also, a couple new strutils, and [iterutils.backoff][iterutils.backoff] grew a jitter argument.