Update changelog

This commit is contained in:
Lance Edgar 2022-03-02 21:37:33 -06:00
parent 82f73276ba
commit 90cb4cf028
2 changed files with 9 additions and 1 deletions

View file

@ -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/) 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). 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 ## [0.1.9] - 2021-11-05
### Changed ### Changed
- Add support for 2nd "member type" file in CORE member batch. - Add support for 2nd "member type" file in CORE member batch.

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*- # -*- coding: utf-8; -*-
__version__ = '0.1.9' __version__ = '0.1.10'