Skip to content

Commit 045b697

Browse files
committed
add missing change log item
1 parent 4afd64c commit 045b697

File tree

2 files changed

+12
-15
lines changed

2 files changed

+12
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
**2024-08-16**
4+
5+
- Add `gettextSafe` function to handle missing gettext in Django
6+
7+
---
8+
39
**2024-07-14**
410

511
- Fix choice.display last element issue

README.md

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -275,30 +275,21 @@ rake upload:test # Upload package to test distro
275275

276276
## Change Log
277277

278-
**2024-07-14**
279-
280-
- Fix choice.display last element issue
281-
282-
---
283-
284-
**2024-07-03**
278+
**2024-08-16**
285279

286-
- Now package is working fine :) Thanks to [Bahattin][bahattincinic]!
280+
- Add `gettextSafe` function to handle missing gettext in Django
287281

288282
---
289283

290-
**2024-06-01**
284+
**2024-07-14**
291285

292-
- Update missing information in the README
293-
- Improve github action triggers
286+
- Fix choice.display last element issue
294287

295288
---
296289

297-
**2024-05-23**
290+
**2024-07-03**
298291

299-
- Add tests
300-
- Add GitHub actions (test, ruff linter)
301-
- Add pre-commit hooks
292+
- Now package is working fine :) Thanks to [Bahattin][bahattincinic]!
302293

303294
---
304295

0 commit comments

Comments
 (0)