Skip to content

Commit

Permalink
update CHANGELOG 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kalefranz committed Apr 20, 2017
1 parent b579463 commit 392c37d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,26 +33,26 @@ matrix:
language: python
python: '3.5'
os: linux
- env: PYTHON_VERSION=3.6
- env: PYTHON_VERSION=3.6 SHELL_INTEGRATION=true
sudo: false
language: generic
os: osx
os: linux
addons:
apt:
packages:
- zsh
- env: PYTHON_VERSION=3.6 CONDA_BUILD=2.1.10
sudo: false
language: generic
os: linux
- env: PYTHON_VERSION=3.6 CONDA_BUILD=3.0.0alpha3
- env: PYTHON_VERSION=3.6
sudo: false
language: generic
os: linux
- env: PYTHON_VERSION=3.6 SHELL_INTEGRATION=true
os: osx
- env: PYTHON_VERSION=3.6 CONDA_BUILD=3.0.0alpha3
sudo: false
language: generic
os: linux
addons:
apt:
packages:
- zsh
allow_failures:
- os: osx
- env: PYTHON_VERSION=3.6 CONDA_BUILD=3.0.0alpha3
Expand Down
10 changes: 5 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
## 4.4.0 (unreleased)

### New Features
* general support for all bourne- and c-based shells (#3175)

### Deprecations/Breaking Changes
* The default channel repo.continuum.io/pkgs/free is moved to
repo.continuum.io/pkgs/anaconda (#4635)
* constrained, optional dependencies (#4982)
* conda shell function (#5044)

### Improvements
* filter out unwritable package caches from conda clean command (#4620)
* envs_manager, requested spec history, declarative solve, and private env tests (#4676)
* make python entry point format match pip entry points (#5010)

### Non-User-Facing Changes
* eliminate index modification in Resolve.__init__ (#4333)
* new MatchSpec implementation (#4158)


## 4.3.17 (unreleased)
Expand Down

0 comments on commit 392c37d

Please sign in to comment.