diff --git a/README.md b/README.md index d13c392..33e7e0e 100644 --- a/README.md +++ b/README.md @@ -18,10 +18,10 @@ Yacman v1 provides 2 feature upgrades: create a new `ym` object. 2. It separates locks into read locks and write locks, to allow mutliple simultaneous readers. -The v0.9.3 transition release would has versions, really: +The `v0.9.3` transition release has 3 versions of the basic yacman object, namely: - attmap-based version (YacAttMap) - non-attmap-but-mostly-compatible (YAMLConfigManager) -- new future object (FutureYAMLConfigManager...), which is not-backwards-compatible. +- new future object (FutureYAMLConfigManager...), which is explicitly not backwards compatible with the attmap version. In v1.0.0, FutureYAMLConfigManager will be renamed to YAMLConfigManager and the old stuff will be removed. Here's how to transition your code: @@ -175,4 +175,4 @@ print(ym.to_yaml()) ym = YAMLConfigManager(filepath="tests/data/full.yaml") print(ym.to_yaml(expand=True)) -``` \ No newline at end of file +```