summarylogtreecommitdiffstats
path: root/CHANGELOG
diff options
context:
space:
mode:
authorLuis Martinez2021-11-26 18:54:14 -0600
committerLuis Martinez2021-11-26 18:54:14 -0600
commit56f863db88ad303b8bce3592248b1047f391aa71 (patch)
treea0dd7d31d8e409dbdba92907ffbe19774e39c068 /CHANGELOG
parentaa6165cb950a41ffa8920a81f152410596dd1216 (diff)
downloadaur-56f863db88ad303b8bce3592248b1047f391aa71.tar.gz
update to 1.4.5
* switch to GitHub tarball for tests
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG16
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 7ec2de229a1a..e985cfb8c7f4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,8 +1,22 @@
jello changelog
+20211126 v1.4.5
+- Note to Package Maintainers:
+ TLDR: `/jello/man/jello.1` is deprecated and only `/man/jello.1` should be used.
+
+ The Man page in the PyPi source packages will be moving from `/jello/man/jello.1` to `/man/jello.1`
+ in version 1.5.0. For now the Man page will be available in both locations, but be aware that
+ the Man page at `/jello/man/jello.1` is now considered deprecated.
+- Include CHANGELOG in source distribution
+- Fix Man page location in source packages
+- Fix JSON load exception message to be more helpful
+- Fix schema view for nested lists
+- Add object and array initiation lines to schema view
+- Add Python 3.10 tests
+
20210626 v1.4.4
- Rename internal variables so they don't collide with user defined names
-- Clean up user runtime environment of unused varialbles
+- Clean up user runtime environment of unused variables
20210623 v1.4.3
- Update html formatting tests to only run if Pygments v2.9.0 is installed