diff options
author | benadha <benawiadha@gmail.com> | 2021-10-23 21:34:50 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2021-10-23 21:34:50 +0700 |
commit | c327213bdf4eb7b4ff58b4f8d782a380da631c81 (patch) | |
tree | 9b290916c4a4571effe6499cbb736df3c6f85175 /README.md | |
parent | 95901ecc17debcdfef32d71422fbe0a5a87d5905 (diff) | |
download | epy-c327213bdf4eb7b4ff58b4f8d782a380da631c81.tar.gz |
Squashed commit of the following:
commit 6259f4897c17ffed834fc140ca401e353ca61b9f
Author: benadha <benawiadha@gmail.com>
Date: Sat Oct 23 21:33:21 2021 +0700
Fixed bookmarks collision and optimize bookmark teleportation
commit 0fa39703dd655eadb6bad6de45dbeb3e47ed4821
Author: benadha <benawiadha@gmail.com>
Date: Sat Oct 23 21:06:51 2021 +0700
Refactor toc_entries
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ This is just a fork of my own [epr](https://github.com/wustho/epr) with these ex ## Note on `v2021.10.23` and beyond -There happens major refactoring for `epy` in version `v2021.10.23` which harness +There happened major refactoring for `epy` in version `v2021.10.23` which harness a lot of new stuffs in python standard libraries starting from `python>=3.7`, so `epy` won't be compatible with older python version and won't be backward compatible with older `epy` version. And if you decide to install this version you might lose |