Skip to content

Commit 3daef30

Browse files
author
Saurabh Kumar
committed
minor fixes to readme
1 parent a66b5d1 commit 3daef30

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,10 @@ Changelog
287287
0.10.0
288288
-----
289289

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)]
290+
- Add support for UTF-8 in unquoted values ([@bbc2])([#148])
291+
- Add support for trailing comments ([@bbc2])([#148])
292+
- Add backslashes support in values ([@bbc2])([#148])
293+
- Add support for newlines in values ([@bbc2])([#148])
294294
- Force environment variables to str with Python2 on Windows ([@greyli])
295295
- Drop Python 3.3 support ([@greyli])
296296
- Fix stderr/-out/-in redirection ([@venthur])
@@ -391,8 +391,9 @@ Changelog
391391
- Improved test coverage.
392392

393393
[#78]: https://github.com/theskumar/python-dotenv/issues/78
394+
[#148]: https://github.com/theskumar/python-dotenv/issues/148
394395

395-
[@@greyli]: https://github.com/@greyli
396+
[@greyli]: https://github.com/@greyli
396397
[@venthur]: https://github.com/venthur
397398
[@Flimm]: https://github.com/Flimm
398399
[@theskumar]: https://github.com/theskumar

0 commit comments

Comments
 (0)