We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c6d1b commit 2998990Copy full SHA for 2998990
1 file changed
README.rst
@@ -246,6 +246,10 @@ Executing the tests:
246
Changelog
247
=========
248
249
+0.6.5
250
+----
251
+- Add support for special characters `\` (`@pjona`) (`#60 <https://github.com/theskumar/python-dotenv/issues/60>`__)
252
+
253
0.6.4
254
----
255
- Fix issue with single quotes (`@Flimm`) (`#52 <https://github.com/theskumar/python-dotenv/issues/52>`__)
@@ -279,6 +283,7 @@ Changelog
279
283
- cli: Added ``-q/--quote`` option to control the behaviour of quotes around values in ``.env``. (Thanks `@hugochinchilla`_).
280
284
- Improved test coverage.
281
285
286
+.. _@pjona: https://github.com/pjona
282
287
.. _@Flimm: https://github.com/Flimm
288
.. _@ticosax: https://github.com/ticosax
289
.. _@tillahoffmann: https://github.com/tillahoffmann
0 commit comments