@@ -63,7 +63,8 @@ specified file -- called ``.env`` by default.
6363 from dotenv import load_dotenv, find_dotenv
6464 load_dotenv(find_dotenv())
6565
66- You can also set _load_dotenv_ to override existing variables:
66+ You can also set ``load_dotenv `` to override existing variables:
67+
6768.. code :: python
6869
6970 from dotenv import load_dotenv, find_dotenv
@@ -262,54 +263,54 @@ Changelog
262263=========
263264
2642650.7.1
265- ----
266+ ----------------------------
266267
267268- Remove hard dependency on iPython (`@theskumar `_)
268269
2692700.7.0
270- ----
271+ ----------------------------
271272
272273- Add support to override system environment variable via .env. (`@milonimrod `_) (`#63 `_)
273274- Disable ".env not found" warning by default (`@maxkoryukov `_) (`#57 `_)
274275
2752760.6.5
276- ----
277- - Add support for special characters `\` (`@pjona `_) (`#60 `_)
277+ ----------------------------
278+ - Add support for special characters `` \ ``. (`@pjona `_) (`#60 `_)
278279
2792800.6.4
280- ----
281+ ----------------------------
281282- Fix issue with single quotes (`@Flimm `_) (`#52 `_)
282283
2832840.6.3
284- ----
285+ ----------------------------
285286- Handle unicode exception in setup.py (`#46 `_)
286287
2872880.6.2
288- ----
289+ ----------------------------
289290- Fix `dotenv list ` command (`@ticosax `_)
290291- Add iPython Suport (`@tillahoffmann `_)
291292
2922930.6.0
293- -----
294+ ----------------------------
294295- Drop support for Python 2.6
295296- Handle escaped charaters and newlines in quoted values. (Thanks `@iameugenejo `_)
296297- Remove any spaces around unquoted key/value. (Thanks `@paulochf `_)
297298- Added POSIX variable expansion. (Thanks `@hugochinchilla `_)
298299
2993000.5.1
300- -----
301+ ----------------------------
301302- Fix `find_dotenv ` - it now start search from the file where this function is called from.
302303
3033040.5.0
304- -----
305+ ----------------------------
305306- Add ``find_dotenv `` method that will try to find a ``.env `` file. (Thanks `@isms `_)
306307
3073080.4.0
308- -----
309+ ----------------------------
309310- cli: Added ``-q/--quote `` option to control the behaviour of quotes around values in ``.env ``. (Thanks `@hugochinchilla `_).
310311- Improved test coverage.
311312
312- .. _@maxkoryukov : https://github.com/milonimrod
313+ .. _@milonimrod : https://github.com/milonimrod
313314.. _@maxkoryukov : https://github.com/maxkoryukov
314315.. _@pjona : https://github.com/pjona
315316.. _@Flimm : https://github.com/Flimm
@@ -319,7 +320,7 @@ Changelog
319320.. _@isms : https://github.com/isms
320321.. _@iameugenejo : https://github.com/iameugenejo
321322.. _@paulochf : https://github.com/paulochf
322- .. _@paulochf : https://github.com/theskumar
323+ .. _@theskumar : https://github.com/theskumar
323324
324325.. _#63 : https://github.com/theskumar/python-dotenv/issues/63
325326.. _#60 : https://github.com/theskumar/python-dotenv/issues/60
0 commit comments