Skip to content

Commit

Permalink
update changelog for 2.0.0beta4
Browse files Browse the repository at this point in the history
  • Loading branch information
msarahan committed Aug 27, 2016
1 parent da5baa3 commit b666e7f
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
2016-08-26 2.0.0beta4:

Bug fixes:
----------

* improve backwards compatibility with conda commands #1259
* only compile pyc files if python is in the build prefix # 1261
* remove exception catch-all in build CLI, to show actual errors more #1262
* specify full paths to activate scripts to avoid PATH conflicts with virtualenv #1266
* clean up remnants of pipbuild #1267
* remove pyc files from any source_files arguments to test in meta.yaml (avoid __file__ errors) #1272
* copy files and folders when breaking hardlinks (rather than renaming) to avoid cross-filesystem errors #1273
* add Scripts folder to prepended binary paths searched on Windows #1276
* update MACOSX_DEPLOYMENT_TARGET hard-coded value to 10.7 (better fix soon) #1278

Contributors:
-------------

* @dludwig1 (testing)
* @ericdill (testing)
* @jakirkham (testing)
* @mingwandroid (testing)
* @msarahan
* @pitrou (testing)
* @srossross (testing)


2016-08-23 2.0.0beta3:

Enhancements:
Expand Down

0 comments on commit b666e7f

Please sign in to comment.