Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update prop.py #482

Merged
merged 14 commits into from Oct 31, 2022
54 changes: 54 additions & 0 deletions CHANGES.rst
@@ -1,11 +1,65 @@
Changelog
=========

<<<<<<< HEAD
5.0.3 (unreleased)
------------------

<<<<<<< HEAD
<<<<<<< HEAD
Update prop.py
=======
Update parser.py
>>>>>>> 3463555 (Update CHANGES.rst)
=======
Update prop.py
>>>>>>> 4b91ae1 (Update CHANGES.rst pertaining to #482)

- All ``format`` strings converted to python3.6+ compliant ``f-strings``.
- Optimised rudimentary returns with equivalent boolean statements.

<<<<<<< HEAD
<<<<<<< HEAD
=======
>>>>>>> 89e39d1 (Update CHANGES.rst)
Breaking changes:

- ...

New features:

- ...

Bug fixes:

- ...

<<<<<<< HEAD
=======
>>>>>>> 3463555 (Update CHANGES.rst)
=======
>>>>>>> 89e39d1 (Update CHANGES.rst)
=======
>>>>>>> 3df7370 (Update CHANGES.rst)
5.0.2 (unreleased)
------------------

Minor changes:

<<<<<<< HEAD
<<<<<<< HEAD
<<<<<<< HEAD
- Refactored prop.py Ref: #482 [pronoym99]
=======
- Updated prop.py to convert all ``format`` strings to python3.6+ compliant ``f-strings`` and optimised rudimentary returns with equivalent boolean statements. Ref: #482 [pronoym99]
>>>>>>> cdca594 (Update CHANGES.rst pertaining to #482)
=======
- Updated prop.py to convert all ``format`` strings to python3.6+ compliant ``f-strings`` and optimised rudimentary returns with equivalent boolean statements. Ref: #482 [pronoym99]
>>>>>>> 3df7370 (Update CHANGES.rst)
=======
- Refactored prop.py Ref: #482 [pronoym99]
>>>>>>> 0421d31 (Update CHANGES.rst)

- Calendar.from_ical no longer throws long errors
Ref: #473
Fixes: #472
Expand Down