Skip to content

Commit d876358

Browse files
committed
Updates CHANGELOG
1 parent 67b82ec commit d876358

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
1+
### 0.5
2+
3+
4+
This version introduces a new timezone library which improves
5+
timezone switching and behavior around DST transition times.
6+
7+
- Adds a new timezone library to properly normalize and localize datetimes.
8+
``Pendulum`` no longer relies on ``pytz``.
9+
Check the [Documentation](/docs/#timezone) to see what has changed exactly.
10+
11+
112
### 0.4
213

314
(July 26th, 2016)
415

5-
This version mostly brings the new <code>Period</code> class and improves performances overall.
16+
This version mostly brings the new ``Period`` class and improves performances overall.
617

718
- Adds the `Period` class, which basically is a datetime-aware interval.
819
- Makes the `format()` method support a `locale` keyword argument.

0 commit comments

Comments
 (0)