Skip to content

Commit

Permalink
changelog 4.6.13
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Apr 17, 2019
1 parent 0b9a585 commit 38d07e0
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 4.6.13 (2019-04-16)

### Bug fixes

* disable ``test_legacy_repodata`` on win-32 (missing dependencies) (#8540)
* Fix activation problems on windows with bash, powershell, and batch. Improve tests. (#8550, #8564)
* pass -U flag to for pip dependencies in conda env when running "conda env update" (#8542)
* rename ``conda.common.os`` to ``conda.common._os`` to avoid shadowing os built-in (#8548)
* raise exception when pip subprocess fails with conda env (#8562)
* fix installing recursive requirements.txt files in conda env specs with python 2.7 (#8562)
* Don't modify powershell prompt when "changeps1" setting in condarc is False (#8465)

### Contributors

* @dennispg
* @jjhelmus
* @jpgill86
* @mingwandroid
* @msarahan
* @noahp


## 4.6.12 (2019-04-10)

### Bug fixes
Expand Down

0 comments on commit 38d07e0

Please sign in to comment.