15
0

- update to 1.4.1:

* Set `align_values` to an int or bool to fix min alignment in
    writing
  * Fix some docstrings
  * `customization.getnames`: respect protected names
  * No dict caching in bibdatabase. This makes
    the library slightly slower in some cases, but fixes
    previously wrong caching.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-bibtexparser?expand=0&rev=19
This commit is contained in:
2023-10-05 09:22:19 +00:00
committed by Git OBS Bridge
parent 638ef2b221
commit d36d6c47f7
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 5 09:21:41 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.4.1:
* Set `align_values` to an int or bool to fix min alignment in
writing
* Fix some docstrings
* `customization.getnames`: respect protected names
* No dict caching in bibdatabase. This makes
the library slightly slower in some cases, but fixes
previously wrong caching.
-------------------------------------------------------------------
Fri Sep 1 02:52:53 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>