summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyrylo Silin <silin@kyrylo.org>2019-06-15 19:14:01 +0300
committerKyrylo Silin <silin@kyrylo.org>2019-06-15 19:14:01 +0300
commit028af11c0e530398060e0a3e2194140590ec3c7c (patch)
tree42725a8234836a8e19d77ae9e4e9a9fe71fd208d
parent33a29873ff560c1948604d6a7e6bedb75ed0e2cb (diff)
downloadpry-028af11c0e530398060e0a3e2194140590ec3c7c.tar.gz
CHANGELOG: mention #2056
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 49f904fa..01de5365 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -88,6 +88,10 @@
([#1904](https://github.com/pry/pry/pull/1904))
* Fixed wrong `winsize` when custom `output` is passed to Pry
([#2045](https://github.com/pry/pry/pull/2045))
+* Fixed `XDG_CONFIG_HOME` & `XDG_DATA_HOME` precedence. When these env variables
+ are set, Pry no longer uses traditional files like `~/.pryrc` &
+ `~/.pry_history`. Instead, the env variable paths are loaded first
+ ([#2056](https://github.com/pry/pry/pull/2056))
### [v0.12.2][v0.12.2] (November 12, 2018)