14
0

- Update to version 3.1.0:

- Add enchant.get_user_config_dir()
  - Fix: enchant.get_enchant_version() now returns a str,
    not some bytes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyenchant?expand=0&rev=27
This commit is contained in:
2020-05-21 15:37:03 +00:00
committed by Git OBS Bridge
parent 7551f45bcb
commit d7b4bd06d6
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Thu May 21 15:30:38 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Update to version 3.1.0:
- Add enchant.get_user_config_dir()
- Fix: enchant.get_enchant_version() now returns a str,
not some bytes
-------------------------------------------------------------------
Fri Mar 20 08:06:02 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>