File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -284,6 +284,24 @@ Executing the tests:
284284Changelog
285285=========
286286
287+ 0.10.0
288+ -----
289+
290+ - Add support for UTF-8 in unquoted values [ (@bbc2 )]
291+ - Add support for trailing comments [ (@bbc2 )]
292+ - Add backslashes support in values [ (@bbc2 )]
293+ - Add support for newlines in values [ (@bbc2 )]
294+ - Force environment variables to str with Python2 on Windows ([ @greyli ] )
295+ - Drop Python 3.3 support ([ @greyli ] )
296+ - Fix stderr/-out/-in redirection ([ @venthur ] )
297+
298+
299+ 0.9.0
300+ -----
301+ - Add ` --version ` parameter to cli ([ @venthur ] )
302+ - Enable loading from current directory ([ @cjauvin ] )
303+ - Add 'dotenv run' command for calling arbitrary shell script with .env ([ @venthur ] )
304+
2873050.8.1
288306-----
289307
@@ -374,6 +392,10 @@ Changelog
374392
375393[ #78 ] : https://github.com/theskumar/python-dotenv/issues/78
376394
395+ [ @@greyli ] : https://github.com/@greyli
396+ [ @venthur ] : https://github.com/venthur
377397[ @Flimm ] : https://github.com/Flimm
378398[ @theskumar ] : https://github.com/theskumar
379399[ @alanjds ] : https://github.com/alanjds
400+ [ @cjauvin ] : https://github.com/cjauvin
401+ [ @bbc2 ] : https://github.com/bbc2
You can’t perform that action at this time.
0 commit comments