summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2022-10-27 13:44:12 -0500
committerDavid Beazley <dave@dabeaz.com>2022-10-27 13:44:12 -0500
commitaf80858e888c5f36979da88fcb1080de7b848967 (patch)
tree2f2fb95414baee83e489eac1b936602599ea9eba /CHANGES
parent818ab0684e33f5f513fc839673ff56ea330b6380 (diff)
downloadply-af80858e888c5f36979da88fcb1080de7b848967.tar.gz
Reorganization. Added makefile
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index aefb2f9..0a88915 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,13 @@ maintained as a mature library. No new major features are planned, but
issues reported for bugs are still welcome. Any changes to the
software will be noted here.
+Version 2022.10.27
+------------------
+10/27/22 Reoganization/modernization of the build process. PLY continues
+ to make no package-installable releases. However, you can now
+ use the Makefile to build artifacts installable via pip.
+ Use `make test` to test and `make build` to build.
+
Version 2022_01_02
------------------
12/12/21 PLY is no longer being developed in public. Instead