Skip to content

Commit 0afeb8b

Browse files
committed
docs: summarize latest changes
1 parent 693d4f1 commit 0afeb8b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGES.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,25 @@
11
# Change log for CommonPy
22

3+
## Version 1.12.0
4+
5+
Additions in this release:
6+
* New function `network` in the `network_utils` module. It is a companion to `net` and takes the same arguments, but returns only one value (the response). If an error occurs, it raises the error as an exception. This makes it possible for callers to use `network(...)` in somewhat more Pythonic style than `net(...)`, by wrapping the call to `network(...)` in `try`-`except`.
7+
8+
Changes in this release:
9+
* Removed `slice` from `data_utils` module because it shadows a Python built-in.
10+
* Fixed `hostname` in `network_utils` to be more general and not hardwire a test for `http`.
11+
* Fixed a bunch of `flake8` warnings.
12+
13+
314
## Version 1.11.0
415

516
Additions in this release:
617
* New class `CaseFoldSet`, similar to `CaseFoldDict` but … a set.
718

819
Changes in this release:
920
* Fixed a bug in the class documentation in the `README.md` file.
10-
* Add missing dependency for [twine]() in requirements-dev
11-
* Use lazy `import`s in more places, for faster load times.
21+
* Added missing dependency for [twine]() in requirements-dev
22+
* Now using lazy `import`s in more places, for faster load times.
1223

1324

1425
## Version 1.10.0

0 commit comments

Comments
 (0)