conda v4.3.20 Release Notes

Release Date: 2017-05-23 // almost 7 years ago
  • 👌 Improvements

    • resolve #5217 skip user confirm in python_api, force always_yes (#5404)

    🐛 Bug Fixes

    • 🛠 fix #5367 conda info always shows 'unknown' for admin indicator on Windows (#5368)
    • 🛠 fix #5248 drop plan description information that might not alwasy be accurate (#5373)
    • 🛠 fix #5378 duplicate log messages (#5379)
    • 🛠 fix #5298 record has 'build', not 'build_string' (#5382)
    • 🛠 fix #5384 silence logging info to avoid interfering with JSON output (#5393)
    • 🛠 fix #5356 skip root/conda logger init for cli.python_api (#5405)

    Non-User-Facing Changes

    • ✅ avoid persistent state after channel priority test (#5392)
    • ✅ resolve #5402 add regression test for #5384 (#5403)
    • clean up inner function definition inside for loop (#5406)