summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBarton E. Schaefer <schaefer@zsh.org>2016-10-31 17:12:00 -0700
committerBarton E. Schaefer <schaefer@zsh.org>2016-11-01 12:45:24 -0700
commit4bc0d139113c8036be299cc3e0120b062d714579 (patch)
treeb64bcb4945d965aca7a1164e4e4fa21747fdaf3f /ChangeLog
parent4eed68e0bf1997f160d60c0892c0543a77ac497f (diff)
downloadzsh-4bc0d139113c8036be299cc3e0120b062d714579.tar.gz
zsh-4bc0d139113c8036be299cc3e0120b062d714579.tar.xz
zsh-4bc0d139113c8036be299cc3e0120b062d714579.zip
39797: obsolete the helper functions fixed by the previous two changes
Replacing them with the new ${var:P} modifier.

Previous deltas may be useful for backport to zsh 5.2 and before.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e2a388be..503eb4575 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@
 
 2016-10-31  Barton E. Schaefer  <schaefer@zsh.org>
 
+	* 39797: Completion/Unix/Type/_canonical_paths: obsolete the
+	helper functions fixed by the previous two changes, replacing
+	them with the new ${var:P} modifier.
+
 	* 39795: Completion/Unix/Type/_canonical_paths: preserve "cd -"
 	behavior around directory shuffling in _canonical_paths_pwd