Update changelog
This commit is contained in:
parent
82f73276ba
commit
90cb4cf028
|
@ -5,6 +5,14 @@ All notable changes to rattail-corepos will be documented in this file.
|
|||
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
||||
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [0.1.10] - 2022-03-01
|
||||
### Changed
|
||||
- Some tweaks to expose CORE <-> Rattail import handlers in web app.
|
||||
- Overhaul import handler config etc.
|
||||
- Refactor CORE API hack to use `custdata` instead of `Customers` table.
|
||||
- Avoid error if CORE product data is missing some fields.
|
||||
- Refactor some importer method calls to avoid deprecation warnings.
|
||||
|
||||
## [0.1.9] - 2021-11-05
|
||||
### Changed
|
||||
- Add support for 2nd "member type" file in CORE member batch.
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.1.9'
|
||||
__version__ = '0.1.10'
|
||||
|
|
Loading…
Reference in a new issue