15
0
forked from pool/python-defcon

- Update 0.8.1:

* Fixes behavior with None in removeObserver (#349)
  * Resets glyph set on save (#297)
  * Gives Anchors and Guidelines a glyph attribute (#325)
  * Dispatcher enhancements (#337)
  * Adds __eq__ in BaseDict (#344)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-defcon?expand=0&rev=8
This commit is contained in:
2021-03-19 01:53:53 +00:00
committed by Git OBS Bridge
parent 68e6d3a062
commit 0c55fe4303
4 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 19 01:52:35 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- Update 0.8.1:
* Fixes behavior with None in removeObserver (#349)
* Resets glyph set on save (#297)
* Gives Anchors and Guidelines a glyph attribute (#325)
* Dispatcher enhancements (#337)
* Adds __eq__ in BaseDict (#344)
-------------------------------------------------------------------
Sat Feb 13 10:25:23 UTC 2021 - Dirk Müller <dmueller@suse.com>